Flow Designer: Unable to get display name data, Insufficient rights to query records Issue When viewing Flow Designer's Execution Details, an Error [Unable to get display name data, Insufficient rights to query records] is displayed when the logged in user does not have permission to read the record information displayed in the execution log. On opening Chrome's Developers Tool, following error can be noticed. The parameter following /table/ will tell you which table the login user does not have read access to. ============== GET https://<your-instance>.service-now.com/api/now/table/<table_name>?sysparm_transaction_scope=global&sysparm_fields=sys_id%2C%20sys_name%2C%20name%2C%20number&sysparm_query=sys_idINxxxx&sysparm_display_value=true&sysparm_exclude_reference_link=true 403 (Forbidden) ============== CauseThis is due to the fact that Flow Designer uses Table API to retrieve record information for use in the Flow Designer and display in the execution details.ResolutionAssign the role which has the read permission of the related tables to the login user. (OR) Grant the read permission of the related tables to [Flow Operator] role