Query To List All Flows
Is there a query to list every flow we have in our environment?
Comments
-
Please navigate to the query editor by clicking the three dots on any folder in a project.
The following query will list every flow in the environment created by a user.
select * from entity_header_data where entity_type_short_name = 'Flow' and created_by != 'System'
