I'm using the Get Items and my scenario is to retrieve selected records. Eg. I only want to get records with StaffID 10, 15,18. It seems that the In operator does not work. Would appreciate any input on this. Thanks.
Solved! Go to Solution.
Hi @CalvinHew ,
Do you want to filter out items whose StaffID is equal to 10, 15 or 18?
You could get the specified items through Filter Query. If the type of the StaffID field is Number, you could refer to the following configuration.
Use or to combine multiple parameters:
If the type of StaffID is String, then you need to add single quotes outside the argument:
Please take a try.
Best Regards,
Hi @CalvinHew ,
Do you want to filter out items whose StaffID is equal to 10, 15 or 18?
You could get the specified items through Filter Query. If the type of the StaffID field is Number, you could refer to the following configuration.
Use or to combine multiple parameters:
If the type of StaffID is String, then you need to add single quotes outside the argument:
Please take a try.
Best Regards,
This might not be the possible solution atleast in my case...I have got 50 of those numbers , mentioned 50 conditions is not good way of writing query..
Like in SQL we have column in ['1','2','3','4','5','6'...]
can we do something like that in Odata query.
Kindly help out...
I'm having same problem.. Did you get any workaround for this?
I basically need to pull out all Company in Table A that doesnt exist in Table B.
I created a string and appended all Company names in that string and would've been awesome if there was an "IN" operator.
Any help is greatly appreciated!
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 |
---|---|
46 | |
18 | |
14 | |
14 | |
12 |
User | Count |
---|---|
61 | |
42 | |
25 | |
24 | |
19 |