Hello,
I'm new to flows and I am using Azure SQL to get rows and want to add filter after a table is selected? Not sure how I can do that, any guidance will be very helpful.
Thanks in advance,
P
Hi P,
You cannot add fiter after get rows in Flow,but you could post this idea in the Flow Ideas forum, so it might be considered for future releases.
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
Regards,
Mona Li
I even looking for this . any suggestion?
I just had the same issue. I was able to add a filter to the "Get Rows" action.
My table has a column [ParentStatus], in which I have two possible statuses: "Parent OK" or "Parent Not Valid"
I used the "Filter Query" row to add a filter using ODATA syntax: ParentStatus eq "Parent OK"
You can find a good primer on ODATA Syntax here: http://www.odata.org/getting-started/basic-tutorial/
Hope this helps you!! Barbara Raney (BraneyBI)
I'm using Microsoft Flow, how can I use the Filter Query in "Microsoft Flow"?
Thanks for your attention.
@itkylam, can you be a bit more specific? If you note the reponse above, I showed how to filter SQL using a Filter on the "SQL - Get Rows" flow object. Please give us more information on what you are trying to accomplish.
You can use below fomat.. if you want retriveve the rows where Emp name is 'Guru' order by desc
Table Name: Employee
Filter Query: EmployeeName eq 'Guru' (ColumnName eq 'ColumnValue')
Order By: InsertedTimeUtc desc
You can use below fomat.. if you want retriveve the rows where Emp name is 'Guru' order by desc
Table Name: Employee
Filter Query: EmployeeName eq 'Guru' (ColumnName eq 'ColumnValue')
Order By: InsertedTimeUtc desc
Click on 'Show advanced options' and then enter below details
You can use below fomat.. if you want retriveve the rows where Emp name is 'Guru' order by desc
Table Name: Employee
Filter Query: EmployeeName eq 'Guru' (ColumnName eq 'ColumnValue')
Order By: InsertedTimeUtc desc
Click on 'Show advanced options' and then enter below details
You can use below fomat.. if you want retriveve the rows where Emp name is 'Guru' order by desc
Table Name: Employee
Filter Query: EmployeeName eq 'Guru' (ColumnName eq 'ColumnValue')
Order By: InsertedTimeUtc desc
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 |
---|---|
41 | |
40 | |
38 | |
34 | |
30 |
User | Count |
---|---|
47 | |
36 | |
34 | |
25 | |
24 |