cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Python code snippet app accepting 5086 characters only as a input

gayatrikhatale
Deputy Chef I
Deputy Chef I

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!

2 REPLIES 2

shivakumara
Executive Chef I
Executive Chef I

Hi @gayatrikhatale ,

Could you please help me with the input string which you are providing to Python script?

Thanks and Regards,

Shivakumara Avadhani

jadee
Deputy Chef I
Deputy Chef I

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.