I'm trying to stop this bot from running, if the [Updated] field is less than 2 minutes ago.
I have this expression in Condition:
and(
[Deleted]=false
,
minute(now()-[Updated]) >= 2
)
What am I doing wrong?
This bot is generating a pdf each time, so I want to minimize the run times.
Solved! Go to Solution.
I did a quick test and your expression does exactly what you intend. (bot runs on change events)
How is your bot set up? Trigger on change events? scheduled?
User | Count |
---|---|
29 | |
13 | |
3 | |
3 | |
2 |