Forum Discussion
ScottWeiner-152
3 months agoCommunity Member
Passing Objects between JS Triggers
I can't seem to pass an object between triggers in Javascript. In Trigger A, I have a let myTable; statement on the first line. Then I'm using Tabulator to create a myTable. In Trigger B, which ...
MathNotermans-9
3 months agoCommunity Member
Scope issue. Each trigger has its own scope. Search for that on my posts and you will find sample to fix this.