Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
In my application I have define a variable in the script as
let ThisExecTime = Now( );
Now I want to use a macro and set a variable event trigger(On Change) on this variable(ThisExecTime)…
When I reload the script the value of the variable changes… but the macro is not working… If only I manually changes the value of the variable, the macro executes… But I want to run this macro at the time the script reloaded… Is there any solution for achieve this..
Thank You!
Hi Nilu, What functionality you want to achieve through Macro. Seems like you variable is working fine but there is something wrong either with Macro code or its triggering.
If possible, attach sample layout to dig more on this.
Regards,
Sharma
Triggers are not available during reload, maybe you could use the OnPostReload trigger.