Integrate Power Automate with websites and apps - Power Automate | Microsoft Docs
The Approvals Center widget has an ability to filter approval requests using the approvalsFilter setting however there is very little documentation about the options available for this setting. So far I have only managed to get the widget to filter approvals based on the content of the Item Link field. For example
approvalsFilter: 'properties/itemlink eq \'my-test-value\''
I have tried other filters like...
approvalsFilter: 'properties/name eq \'my-test-value\''
approvalsFilter: 'properties/id eq \'7f0f5bfe-55bf-4f5c-a09d-a540a916df26\''
approvalsFilter: 'properties/approvalid eq \'7f0f5bfe-55bf-4f5c-a09d-a540a916df26\''
...but none of them seem to work.
Does anyone have any information on what properties we can filter on?