Hey All,
So filter query is no longer my best friend..For some reason its driving me made. I want to use it but keeps erroring.
Heres what I have.
Where am I going wrong.
Thanks L
Solved! Go to Solution.
The name of the column as you see it in sharepoint isn't always how its seen by PA. You need the name as PA sees it. To figure that out you run the fetch items from sharepoint block without the filter thats giving you problems, so you can see what it fetches, and what the columns, and other things you might want to use as a filter criteria, are called.
Ok just checking a couple of things. I double checked and saw my column name was incorrect so i've change that and the error is different.
CompletedDate ge '@{addDays(utcNow(),-10,'yyyy-MM-dd')}' and _x0033_MonthCheck_x003f_ eq true
Column '_x0033_MonthCheck_x003f_' does not exist. It may have been deleted by another user.
In the output of the fetch items action it should say the exact phrasing of the column, as automate sees it
Also, if you dont need to create an action for the condition if it fails, you can add this in a filter or maybe even http request if you feel like doing that (would make it more flexible)
Thanks for your quick reply. I've checked the output but i must admit not totally sure what i'm looking for everything looks to be right.
"status":400,"message":"Column '_x0033_MonthCheck_x003f_' does not exist. It may have been deleted by another user
If you just use the odata filter without the month check: CompletedDate ge '@{addDays(utcNow(),-10,'yyyy-MM-dd')}'
You should get returns since this part of the filter seems to work fine. In the output, it will show the name of the column in the way its recognized by PA
body":{"status":400,"message":"Column '_x0033_MonthCheck_x003f_' does not exist. It may have been deleted by another user
The name of the column as you see it in sharepoint isn't always how its seen by PA. You need the name as PA sees it. To figure that out you run the fetch items from sharepoint block without the filter thats giving you problems, so you can see what it fetches, and what the columns, and other things you might want to use as a filter criteria, are called.
I understand what you're saying now. Thank you very much that worked...It was looking for this
OData__x0033_MonthCheck_x003f_
Changed that and boom!
Amazing thanks for you patience.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
70 | |
25 | |
18 | |
16 | |
13 |
User | Count |
---|---|
134 | |
44 | |
32 | |
32 | |
29 |