I have a flow getting triggered from a Power App button. This flow has a SharePoint 'Get Items' action with a filter to get items matching a certain value in one of the list columns, but it doesn't return results matching the criteria if the items are created by another user.
Scenario:
User1 has created an item with the value 'test' in field 'name'
User1 is triggering the flow from power app, and the 'Get Items' action returns the item he created
User2 is triggering the flow from power app, and the 'Get Items' action returns null
The list does have unique item level permissions, but this is happening for items with same permissions as well.
The connection used for the action is of a site owner, that has read/write access to all the items.