Error when executing Flow: Operation failed with error: scope does not have read access to tableIssue When a Flow executes an error is reported on one of the actions: Operation failed with error: scope does not have read access to tableResolutionYou need to check two things: 1) Open the table definition and go to the Application Access tab. Check the values for 'Accessible from' and the other fields (depending if you're reading, updating, etc). 2) Create a record in sys_scope_privilege: source scope = the application the Flow is in. Check the Flow Propertiestarget scope = The scope the table is in. Check Application field in Table definitiontarget name = the form name you are trying to update (and where the error is reported on)