
Announcements
When you turn on the setting Access app scope for a component, I would expect that the Set command used inside of the component sets the value to a global variable.
The current behavior is as follows:
1. You can read the value of a global variable in the component, but you cannot use Set to change the value of it.
2. If the global variable was not initialized in the app before calling the component the Set command creates the variable, but does not set any value to it (No value).
Is there anything else I can do do bring that to work or is this the expected behavior?
Attached you will find a Canvas app that shows the behavior of 2 components with and without the 'Access app scope' setting.