I am building an app for monitoring and what i want to do it when an item is created it displays an icon(Can be whatever) for 1 hour from the time the item was created.
I do understand that timer is the best way but i cannot seem to find a better arguement.
Currently its displaying based on the date as the condition below for visible.
If(ThisItem.'Created By'.Email=User().Email && IsToday(ThisItem.Created), true, false)
can you please help me?