I’m running three complex formula in a text field, each giving me an integer number as a result.
It’s a countdown and in the text field I also have some real text in it like 13 hours 12 minutes 11 seconds. Obviously, the numbers are the result of the formulas and the “hours,minutes and seconds” are just text inside the “apparence” space of the text element. To be more accurate, I can mention that the formulas return…numbers (13,12,11)
I’ve setup a state to capture when the countdown reaches 0 hours 0 minutes and 0 seconds to take an action. For now, the state type is text and I’ve set it up the condiiton in the action when all of them are 0, the do an action, as per below. It did not work. What’s wrong?
This post should help you understand how the When input value is changed event works, why it isn’t triggering in your case and what alternatives you have.