A daily checking and message notification

Hi all, I am hoping someone will be able to suggest a method to make my system work correctly.

Each day a user sign’s in to my site, I require them to click a choice of 5 buttons. Ranging from buttons named 1-2-3-4-5.

Each button has a meaning on my app so it doesnt matter what for but I can’t figure out how to do it per day and one time. It’s for a daily tracker where they input their own response from the choices given.

Anyone have any idea how i can do this?

Thanks in advance.

When condition true event (Everytime) →
Do a search for (whatever the thing the User creates everyday):count is 0
Search constraints:
Created date ≥ Current date/time:rounded down to date
Created date < Current date/time::rounded down to date:+days (1)
→ Show the screen to answer the question you have daily

1 Like

I’ll give this a try now. Thanks

Hey Tyler,

This solution checked out and worked for me.

Just wanted to say thank you for helping me with the problem.

Tim

1 Like

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