Hello,
I am not able to get all flow in my default environment (I am admin).
The current formula with or without filter return only 178 flow. When I am testing my app I don't see the flow of one of my colleagues. Is there a reason for this malfunction ?
Filter(Flow.ListFlowsInEnvironment(glrEnv_2.Selected.name).value
,Or(txtKeyword_2.Text in properties.displayName,txtKeyword_2.Text in name)
,txtKeyword_4.Text in properties.creator.userId
)
Bonus point, how to get the creator name when the user does not exist in the tenant it's a problem with flow but not powerapps