Hello!
I want to filter with several column, right now only "Title" works, how do I input more columns in the fitler Query?
Solved! Go to Solution.
Hi @288088 ,
You can try to use "and" to add multiple similar filter conditions.
Best Regards,
Hi @288088 ,
You can try to use "and" to add multiple similar filter conditions.
Best Regards,
Hello
This still wont work for me, tried this:
substringof ('@{variables('varTextwords')}',Title and Author)
I get error:
Action 'Get_items' failed
Hi @288088 ,
Should be this :
substringof ('@{variables('varTextwords')}',Title) and substringof ('@{variables('varTextwords')}',ColumnName)
Best Regards,
Hello!
I tried this but it wont work, it gives no errors but the body is blank [ ].
When I try with this query it works perfectly:
substringof ('@{variables('varTextwords')}',Title)
When I try this query it wont work and gives Body [ ]
substringof ('@{variables('varTextwords')}',Title) and substringof ('@{variables('varTextwords')}',Author)
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 | |
44 | |
40 | |
36 | |
23 |
User | Count |
---|---|
48 | |
32 | |
31 | |
29 | |
28 |