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 )
Hi Scott Willmon you can use a!refreshVariable() function for refresing the particular variable but don't for to use refresh counter if you want to refresh this variable on the basis of any other interface button.
The image is not loading for me. IDK if it is only with me. But with what you have described, it should work automatically. If not, you can try using a!refreshVariable(). If you care to add the code snippet, I will be able to provide a better understanding and solution.
Yeah same thing for me too image is not loading