I'm trying to better understand the capabilities described by this announcement last year: Canvas components can now access app scope directly | Microsoft Power Apps
I've created a canvas component, set it to access the App Scope as described in the article above, but I can't figure out how to reference/access controls in the app. A simple example would be to trigger a button in the parent screen, so I was thinking something like "Select(Screen1.Button1);" would work, but it doesn't. Any ideas how I would reference a button in the parent screen?
Note: I have successfully seen the ability to share global variables with the app scope enabled, so I know the fundamentals are working.
I was assuming this feature would take away the dependence on input/output parameters- so I'm not looking for answers on how to utilize those.