I have a SharePoint Get Items action in my flow that uses a Filter Query to select specific rows and it is returning the following error.
"status": 400, "message": "The expression \"Pads Expiration date ge '2023-05-04' and Pads Expiration date lt ' 2023-06-03'\" is not valid. Creating query failed.\r\nclientRequestId: f0ab3c48-e5fd-4b17-a253-f42e221091c7\r\nserviceRequestId: f0ab3c48
This is the expression:
concat(concat('Pads Expiration date',' ge ', '''',outputs('Today_+_x_days')),'''',' and ', concat('Pads Expiration date',' lt ','''', outputs('x_Days_+_30'),''''))
I appreciate any suggestions, I'm still learning on how to use flows