Use Counter-Widget information

0
Dear experts, I’m using a ‘Counter’ widget in my app and would like to make buttons visible as soon as the countdown in the counter goes below a certain threshhold. Is there a way to use the value in the counter e.g. the minutes left, to trigger visibility? Thanks Jonas 
asked
2 answers
1

What could be a solution is to add conditional visibility, based on expression.

There you add the logic: Entity/Value <Threshold

answered
0

Hello Jonas,

If the widget provides you with the ability of running a microflow when the counter is complete, then you need to set button visibility based on your context entity’s attributes, and update those in the Mf running when the counter is done. Make sure to refresh in client.

Hope this helps

answered