Hey guys, I got this far as well but when I try to create the condition details, I dont seem to have that as an option. When I click the icon it shows me the following box which allows me to select true/false but nothing else. No where to actually type in the condition details. What am I missing here?
Tks!
I used the formula option in your screenshot, is that available?
I haven’t tested this fully but you will only be able to choose bindings that provide a true/false response where given the option
I added the following formula - systemVars.os == “ios” - which gave me the option to progress with a true or false branch (i.e. it is or is not running on ios).
This is in the logic attached to a button.
What is it you are trying to do and from what as that may affect the options you have?
I’m having a similar issue, when i set the formula “IF(data.os_id.situacao==“Não iniciada”, true, false)” im only getting a false response even if the “data.os_id.situacao” is “Não iniciada” what do i do in this case?
I’m pretty sure that some valors are “Não iniciada” because it shows on the screen, but even then i always get a false output.