Hi Team,
I am using Get Iteam method to retrun the approval name from SharePoint List
To filter out the result i am sending Department Name and Role to Query filter , but i am facing issue while query filter
I am using below query
Department eq 'Design Admin' and Role eq 'HRReview'"
And i am having below sample data in SP list
Depatment Name
1. Design Admin
2. Design Admin SG
3, Design Admin NG
because of that it returns me 3 set of records instage of one .
can you please help me to resolved this issue.
Hi @NikTan,
Use this:
Department eq 'Design Admin' and Role eq 'HRReview'
Issue : your query is having extra quote at end
Also, confirm if it is "Department" or "Department Name" to be added in query.
Regards,
Chandrashekhar,
Pune, India
Hi chandrashekhar,
Thanks for reply.
Its copy paste issue in forrum but in my acitivty it is
Department eq 'Design Admin' and Role eq 'HRReview' like this only
And column name is Department.
Still i am getting mutiple records. Please help
Please find below screenshot
Please find below screenshot
Hi @NikTan,
The query seems correct:
Please cross-verify following things:
1. "Department Name" and "HRReview" names are correct and use internal of columns. Since it is highly case sensitive. "RR" can make a difference in "HRReview"
2. Please check in list by filtering on this two values, may be there are mutiple records satifying the and condition.
Please revert. if still the issues exists, then we can use "Send an http request to Sharepoint" action provided by flow.
It is also simple to use and provides filtered data with mutiple filter conditions.
Regards,
Chandrashekhar
Hi @NikTan,
Please share more details about the "Department" or the "Department Name" field and the "Role" field in your sharepoint list?
What is the type of the "Department" or the "Department Name" field and the "Role" field?
Please share more details so we would try to provide a proper workaround for you.
Best regards,
Alice
Hi All,
Both Department And Role field is Single line of text.
We had imported the data from excel to SharePoint List using Import From Spreadsheet option.
Please let me know if any other details required.
Hi @NikTan,
I have made a test on my side and don't have the issue that you mentioned.
The screenshot of the sharepoint list as below:
The screenshot of the flow as below:
The flow would run successfully as below:
Please take a try to create a new list with the Department and Role field to see if the issue still exists.
Best regards,
Alice
Hi v-yuazh-msft,
I would like to inform you one thing. as i said data return multiple times with diffrent SharePointID. Data will be same but SharePoint ID will be diffrent and when i look at the that ID in shareoint there will be diffrent data,
i dont untderstand why issues occures
I know I am coming late to the game, but you need parantheses.
(ColumnName1 eq 'Filter1') and (ColumnName2 eq 'Filter2')
User | Count |
---|---|
39 | |
39 | |
23 | |
15 | |
12 |
User | Count |
---|---|
27 | |
20 | |
19 | |
14 | |
13 |