How do I make a question/column visible only on a certain day every week?

Hello community members, I am new to glide and am currently making a checklist app where there are questions that must be answered daily but there are also certain question that must only be filled weekly. I want to ask how do I make the weekly question appear visible only on a certain day of the week?
I hope my question and the images I provided is clear and if possible please try to explain step by step how to solve it.

Add a math column with the following formula. Add a replacement in that column to replace Now with Now.

WEEKDAY(Now)

Weekdays are numbered 1 though 7 where 1 is Sunday and 7 is Saturday. Create a column for each question with number that represents the day you want it to be shown. Set a visibility condition to display the question if the math column value matches the question day number assigned to that question.

3 Likes

Ok I think I got it. Thank you very much. :+1:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.