I am struggling to understand how the IF blocks work within Postman Flows because it doesn’t work as I expected it to and I might be doing something incorrectly.
Here is my if setup:
The n_customerid variable is set according to the logs. How do I make this so if n_customerid has a value in it, to proceed on with the Flow?
The If Block needs two values, one of which you have provided with cust_id and the other is the data port needs a value to sent through. Since you aren’t using the value, it doesn’t matter what it is (can just be a string of whatever). The If Block works like a gate to route a value to either the THEN or ELSE ports but right now it’s empty.