Using Ramp - Accounting - List Options for a given custom accounting field and running into response stream exceeded limit of 5242880 bytes. I have looked at a number of responses, here:
- Shopify Payout Transactions: response stream exceeded limit of 5242880 bytes - #2 by tylerlamparter
- HOW TO: Pass data from one flow to another
I have a series of flows where flow 1 triggers flow 2, etc. in order to insure that the data has completed before moving on to the next step. Where I am running into the 5MB limit is on my current step 5 (out of ~10); so, if I were to set this up as noted above, 5.1 would listen to 5.0. The issue I would have is that I cannot have 6 start until both 5.0 and 5.1 are complete. Is there a way to do what I need with a Listener (listen for the end of a a process???) or to stop the error without a listener or …? Thanks.