Show a pop-up, but only on Sundays?

Hey all, I have a pop up that takes users through photos of potential skateparks, and users mark each park yes/no.

It’s a fun feature, but not every time you open the app. I’m going to try to implement it on Sundays only, and promote it as a fun game.

I originally had a workflow to show this element on page load, and now I’m trying to figure out how to modify it with an “only when”, but I’m stuck. Any suggestions are helpful.

Only when current date:extract day is 0
OR
Only when current date:format as (custom, ddd) is Sun

2 Likes

Big thank you!

1 Like