Not able to select "sys_hub_flow_snaphost" from lookup records action in scoped applicationIssue 1. Login to any Orlando instance 2. Impersonate "system administrator".3. Change the instance scope to "Agent Workspace". ( it happens in any scoped application)4. Go to flow designer5. Create a new flow and add "look up record" action6. Try selecting the table - sys_hub_flow_snapshotReleaseAny Orlando ReleaseCauseDue to a system propertyResolutionThis is expected behavior of the platform. Since all Flow Designer tables were created in Global scope, the table access from other scope is not permitted with two bypass methods: 1) Login as admin user (then all tables will be accessible in any scope) 2) add the table to the list in sys_properties->glide.ui.permitted_tables and the table will be accessible. Please note that sys_hub_flow and sys_hub_action_type_definition are already a part of glide.ui.permitted_tables. Adding an entry to this list will cause the table to be accessed outside of its scope in all platform, not just in Flow Designer.