Want to see the app only this time

Hi

How to achieve this,

I need the app products to be seen only this time
Say 8 AM to 11 PM.other wise show some image in the app.

  • Math column using the formula Hour(Now). That will give you a number representing the hour of the day.
  • Feed that into an if-then-else column:
    – If hour of day is less than 8, then false
    – If hour of day is greater than 22, then false
    – Else true

Now you have a boolean column that will be true between 8am and 11pm based on each users local time.

How to show an image if it is false and for true all the product.

Use component visibility settings.