How to create an attribute which will expire after certain amount of time

(Chito TBD) #1

I wanna create an attribute which will be expired after 3mins. I tried the use “Date/Time” to get the relative date-time, but the output is something like “XX seconds ago”, “XX minutes ago” or “XX hours ago”, which not really flexible for filter. Is there any better way do this?

(Steven Booth) #2

Chito,

You should be able to do this with the ‘Wait’ action - You can set the attribute to eg ‘1’, then ‘Wait’ for 3 minutes, then Set the Attribute back to eg, ‘0’.

Let me know that makes sense :slight_smile:

Thanks,

Steven