Hello!
i have a question i want to add a button and that is only visible few hours for a time.
for example I have a job and start time is 7:00 and want that button with the assignment only visible two hours before 7:00.
Thnx!
Hello!
i have a question i want to add a button and that is only visible few hours for a time.
for example I have a job and start time is 7:00 and want that button with the assignment only visible two hours before 7:00.
Thnx!
You can do this with a state.
On page load, the state condition checks if button should be visible or not the passes a yes / no value
On button condition, you say button visible if state is yes.
This topic was automatically closed after 70 days. New replies are no longer allowed.