Backend Workflows - Multiple inline conditionals not evaluating

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?

I use a similar approach and haven’t noticed an issue so far. To be one hundred percent sure, I always save the result to a DB record somewhere for testing to make sure the expression isn’t correct if I ever hit an issue, and its always been a human error on my part so far.

Would be interested to know if it is a bug though

Thanks for the reply…I do not think it was a bug. I was testing with an API call and I made changes to the Bubble database entry, but not the corresponding values in the API provider dashboard, so I think that was the issue, but not 100% sure as I made some other changes to the conditionals.

Keep us posted if you find the issue, I would be interested to know

This topic was automatically closed after 14 days. New replies are no longer allowed.