I use what I refer to as inline conditionals, whereby I utilize the format as text operator to create a conditional evaluation based on the yes or no values that are created…such as ‘current users user verification is empty: format as text’ where if the value is Yes, I can have a dynamic expression and if the value is No I can have a different dynamic expression.
I often do multiple inline conditionals like this, usually no more than 2 levels deep, and for example if my first level evaluates to Yes, I might use another dynamic expression with a format as text operator to get another two values.
So, simple terms, I might have first level inline conditional evaluate if the current users color is blue: format as text with Yes value equal to Blue and no value equal to another dynamic expression of current users color is red: format as text with Yes Value equal to Red and No value equal to Color not Selected.
The above example is simplistic explanation.
In my backend workflows I am seeing via the logs that the second level of inline conditionals are not getting evaluated. I can see in the dashboard of the API I am using that they are not getting evaluated either since the values in the API provider dashboard are not what they should be.
Does anybody know if this type of setup doesn’t work in the backend workflows?