Question

Cannot parse string coming from previous trigger, while I can parse written string

  • 19 October 2021
  • 1 reply
  • 52 views

Userlevel 1

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.


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

hi, 

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