Hi guys , I need some help with this , I’m working with the Dataverse "List rows" action in Power Automate, where I use a Filter Query to filter data based on parameters coming from a Power Apps
The issue I’m facing is that these parameters can sometimes be empty, and I want to make sure this doesn’t cause any error
I have something like this , but no use
username eq '@{triggerBody()?['text']}' and
(owner eq '@{triggerBody()?['text_1']}' or owner eq null ) and
(status eq @{outputs('List_rows_to_find_Status')?['body/value']?[0]?['attributevalue']} or status eq null )