We are building a flow that will Get Items from a SharePoint List and filter based on a choice column called Status looking for only certain values such as Pending, Approved etc.
What we want to do is
When we tried doing it with a second Get Items filtering the first Get Items we can only see Status Value (no "Status" column"), so we get errors like "Approved is not a column name"...
So, we thought we could use a Filter array step as below unfortunately, the output of the Filter Array step is not available, only the Apply to each:
So how do we do what we are trying to do...we need to be able to filter the SP list based on the Status choice column, and output the filtered dataset to our MS Excel report
Solved! Go to Solution.
we found the solution.
it turns out that you can reference the same list in the OData filter query, just you cannot choose the columns dynamically:
so in our case, all we had to do was write column name eq value
status eq 'pending'
we found the solution.
it turns out that you can reference the same list in the OData filter query, just you cannot choose the columns dynamically:
so in our case, all we had to do was write column name eq value
status eq 'pending'
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
43 | |
38 | |
36 | |
23 |
User | Count |
---|---|
47 | |
31 | |
29 | |
29 | |
28 |