How to turn off boolean automatically?

Hello. Looking for help. I have a boolean marked TRUE when someone pays to boost a post. It then shows in a dedicated area for Boosts. My problem is, I need to figure out the unix code to initiate a 24 hour countdown, which then will change the Boolean to FALSE, so it wont show anymore in dedicated area. Thank you in advance. :smirk:

When someone pays to boost a post and you have the boolean marked as true, also add a new datetime parameter and put the formula โ€œCurrent Time + 1โ€
Like this:


Then add a countdown timer within your custom list and set the countdown timer to only visible when the date is after current time. Set an action on the countdown timer to mark the boolean as false. This will ensure that the post displays for 24 hours. (1 = 24 hours)

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