Skip to main content

Hello,

I’m trying to parse data coming from the previous trigger to new action.
 

I have a function which converts string with given format to numbers.

While the function is working as expected with the written strings, It fails at data coming from previous trigger.

 

In this case numberConverter function works perfectly.

 

In this case with the same inputs numberConverter function doesn’t work as expected.

 

Here is the create function which I try to parse bundle.inputData

This is a critical issue for our workflow. I can provide details if required. I need a help with this situation.

hi, 

try to numberConverter(bundle.inputData.instanceID) before the post call. it might be help.