08-01-2023 05:58 PM
Hi,
Anyone knows what are the return size of the recipe function? my return results got concatenated and ended up with an issue.
any idea?
Solved! Go to Solution.
08-02-2023 06:18 AM - edited 08-02-2023 06:21 AM
Hi there,
I don't know the max size of a function that gets the rest to be truncated.
But in order to work around that and have full transparency whenever you encounter this:
Hope this helps.
08-02-2023 06:18 AM - edited 08-02-2023 06:21 AM
Hi there,
I don't know the max size of a function that gets the rest to be truncated.
But in order to work around that and have full transparency whenever you encounter this:
Hope this helps.
08-15-2023 05:24 PM
Hi sampath,
Did you find a solution? I am using a function to upload a PDF file and as I pass the file into the function I believe the function is truncating it from +315566 bytes to just 258 characters. I've followed steven's advice but while it helps me troubleshoot I'm not discovering any answers. Any advice would be welcomed.
Thanks
08-20-2023 07:08 PM
Hello!
This is Marlon from the support team.
How do you pass the PDF file value to the function call? The output from the job may display as truncated, but it doesn't mean the actual value is incomplete.
08-17-2023 07:52 AM
Hi Sampath,
Was the output really truncated. Because I have also seen this happening for a few recipes of mine where it shows output as truncated in display whereas it is not actually truncated and the end to end scenario works fine with correct payload without any truncation.