No. the third party api sends the id as integer. Its the integer value i need to read from the previous step and use it in url for the next step. The WF engine fails to parse that integer value. If it would have been string, there is no issue.
Have you tried storing the id in a variable? I don’t see a way to convert an integer to a string in workflows, I’m wondering if adding a variable step might help with that.
Unfortunately, I haven’t found a way to convert integer to string (or vice versa) in workflows. What is the system you are receiving the response from? Is there another endpoint you can use the returns the value as a string?