How to use If blocks in Flows

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?

Screenshot 2024-01-11 at 8.23.29 AM

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:

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:
Screenshot 2024-01-11 at 2.18.03 PM

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.