All Data being truncated

I have two webhooks that receive different webhooks from the same source (different data, same structure). the original flow is working fine. But the two others have their data truncated at the trigger level which is breaking the rest of my flow. Now in testing the flow works perfectly but in production the truncation issue pops up. It seems to be related to the changes made last week as flows I built prior to that using the same data source work perfectly still. Please help I have clients who haven’t received the reporting they are owed and are looking to me for answers.

Hi @Drew_Donaldson

I think this happens due to payload being larger than 10 MB, How large is the payload? are you sending files encoded as base64?

@abuaboud The payload is only 2.4 MB. The step that is failing is a loop taking the input of a CSV to JSON tile due to a “truncated” value being sent to the loop step. I’ve encountered this issue in multiple flows. Most of the time, everything tests fine in the editor, but it fails during live execution at some random step. sometimes it’s a code block, other times a loop, sometimes a converter. The size of the source file doesn’t seem to matter; the actual data that is passed to the tile is just the word “truncated,” which obviously breaks the logic

To my understanding, truncated values should only appear in the logs, but that’s not happening here.

The only workaround has been to duplicate the flows until it eventually works. However, in doing so, the flow will still fail 20-30% of the time for this issue.

Hi @Drew_Donaldson

It seems that the logs start growing large (larger than 10 mb), sounds like it trim in non deterministic order

Can you please share screenshot of the flow? is there any pause steps?