Hi @Ankur,
The plugin isn’t really designed for this use case and unless I have misunderstood you, I don’t think you need it for what you’re trying to do. You should be able to simply use current date/time. So your condition would be Only when … Current date/time - Search for Jobs’ last item’s creation date:formatted as minutes < 60
Please see this link for an example. I modified an existing page to only allow a new goal to be added if the last one was added more than a minute ago. Check out the conditions on the button click events.
You may alternatively want to disable the button until after the time delay. See the discussion here for that.
I hope this helps.