I’m in trouble with this:
- I load user preferences in a keyed array
- it works well, i can retrieve them in the browser
- And in a flow i want to test the values, but my IF statements does not work
- What is the rigth syntax ? I must confess that i’m not confident with when to use curly brakets {{}} and when not to use them.
I don’t see anything wrong with the condition. When is the flow triggered, is the data available at that moment?
In chrome debug we can see that the data seems to be avialable.
But if i try to prompt the value of prefs_array.value.BOOK_VIEW just before the condition like this:
i get this error:
It looks like the condition is working and it is running the prompt step which then gives an error. The error means that the message is not a valid string, what is the exact value given there?
Just use some static message