Trigger gateway event on seconds

Hi Team ,

We need to trigger transaction groups hourly using a tag, with the trigger written via a gateway event script. The requirement is to execute it at the 29th minute and 55th second of every hour, but we’re unable to find a way to schedule it at the second level. Could someone please help?

I assume you are currently using the Scheduled Gateway Event Script?

Have you concidered using a Gateway Tag Change script? You could look at the gateway time (now) and toggle a tag whenever the time is equal to xx:29:55.

I’m not sure how sturdy this solution is, but it might be worth a try. Good luck!

1 Like

We are not using a scheduled script. The trigger is handled through an expression tag, and when the condition evaluates to true, a memory tag is set to true to trigger the transaction group.

Okay. I’m not sure what exactly your question is. Would you like help with the expression in the expression tag? If so, please share your current solution and the solution you’re looking for.

This is our current solution - The trigger is handled through an expression tag, and when the condition evaluates to true, a memory tag is set to true to trigger the transaction group.

In order to avoid more threads , we are trying to move the expression to gateway event script .

The current Gateway Event Scripts don’t have a more sophisticated way to send this trigger with your wished precision.

If you compromise on precision, and trigger at xx:29:00 instead of xx:29:55, it can be done easily, but I understand if you’re not willing to do that.