local!buttonAction is a local variable that changes value from null to CANCEL after a Cancel button is clicked.When this local!buttonAction value changes, I want my reference number value should get changed (refreshed).But it's not refreshing. Any suggestions ??
Discussion posts and replies are publicly visible
Hi Scott Willmon ,
use refresh variable for the reference variable as below
a!refreshVariable( value:reference varibale, refreshOnVarChange: local!buttonAction )