Pass additionalScope from button element (UI)

Objective:

pass additionalScope (integer) from a button element (in a listView), to a code block

Issue:

the additionalScope will pass from another code block (via .trigger() method) (I can access the additionalScope in the block)

but when I use the (new?) button interface element to pass it (to the same code block) from the button event handler, I receive the error:

id is not defined

Is this a known issue at the moment?

Update: Rather than delete my post, I'll respond with my fix:

On the target code block, I had been using double {{braces}} to surround my additionalScope declaration. Removing the double braces fixed it!

image

1 Like

glad you got it figured out! feel free to mark your own reply as the solution to help out others =)