Skip to main content
Question

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

  • October 19, 2021
  • 1 reply
  • 53 views

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.

Did this topic help you find an answer to your question?
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

  • Beginner
  • 1 reply
  • October 26, 2021

hi, 

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