Hello all!
I have the following problem and I need some help.
Scenario:
-
I have a Workflow that runs according to the trigger of an external webhook. In this way, it can run simultaneously more than once.
-
In this Workflow, there is an HTTP Request Node that accesses an API where it returns a String value.
-
This situation above loops every 1 minute, and it will return in the HTTP Request Node and get the value of type String again.
What I need is a way, using function or not, so that I can check if the value returned in the HTTP Request Node, through the loop, is equal to the first value.
If it is equal change its value to something like: “Same Value”
After that I will have an IF Node to check if the value is: “Same Value” or not.
Could any good soul help me?
I had to make a more simplified example of my Workflow to demonstrate what I need. See below.