Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm running into a problem where I have associated an change trigger with a variable.
The issue is that the trigger is fired on every second change made.
Has anyone experienced this? Can anyone think of a reason why the on change trigger is fired after every second change?
Thanks for any help!
I just tested a Trigger to make a bookmark every time a inputbox variable is changed and it is working every time. You may need to share the application.
Hi Michael,
Thanks for taking the time. I'm using an inputfield, not an inputbox.
I have created a variable with the formula =inputsum(inputfield) (the input field is numeric) it is with this variable that the trigger is associated to run a macro.