I am attempting to move forward with a flow if a value in the response equals “Archived”. The strings exactly match, but it always returns to the else condition. What am I missing?
Hi @nategerman
The Data.Other.PhaseName
has to be declared as an input at the top variable first. The Data
port is what will be sent in the then/else condition.
Try this:
1 Like
Thank you. I thought that the Data in the bottom left was already a variable that I could call. I wasn’t able to get it to work exactly as you did though. I had to remove the Data from inside the variable path select in order for it to function correctly.
Like this:
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.