Three formulas returning numbers in text field

hey guys,

I’ve got an interesting one for you.

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?

Please HELP :folded_hands:

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.

2 Likes

Hi Miguel,

Unfortunately, I don’t think this is what Im looking for. THis is not an input, but a text field made out of formulas and strings.

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