โ07-01-2024 07:26 AM
Hi,
I have created workato recipe. In which I have created variable of type string and its holding larger string as a input. In second step I have created python code snippet app which is reading the string from previous step and returning that string as a output. When I tetsted my recipe it run successfully, but it's not taking whole string as a input in second step. It's only taking 5086 characters only as a input in second step. Help me with this.
Thank you!
โ07-02-2024 09:18 AM
Hi @gayatrikhatale ,
Could you please help me with the input string which you are providing to Python script?
Thanks and Regards,
Shivakumara Avadhani
โ09-06-2024 08:31 AM
Having the same problem, any string above 5000 chars gets cut off when handing to the python connector. Via datapill recieved from webhook or freshly created with straight text in a variable, doesn't matter.