Hello together,
I am going to create a flow which collect all the event from my calendar and put it into an Excel BUT filter only for those events where the "Category" of the event is "orange".
Is it possible to filter for this information?
Without filter everything works fine, however, I was not able to add this filtering criteria.
Please advice!
Thanks,
Dóra
Solved! Go to Solution.
Hi @bakaidora,
You could try a filter query like below. Be aware, the name of the category is case sensitive!
categories/any(c:c+eq+'Orange category')
Hi @bakaidora,
You could try a filter query like below. Be aware, the name of the category is case sensitive!
categories/any(c:c+eq+'Orange category')
Dear @Expiscornovus
thanks for your help, this is the perfect solution for my issue. 🙂
Have a nice day.
Dóra
Dear @Expiscornovus ,
still a short question to topic, if I want to extend the workflow in the future.
Is it possible to filter for 2 categories? Like for Orange and Blue one at the same time? If yes, do you have an idea how?
Thanks in advance,
Dóra
Hi @bakaidora,
I have had a look at the Filter Query, I haven't figured out a good query for that.
However, you could also try and Filter Array action with the expression below:
@and(contains(item()?['categories'], 'Blue category'), contains(item()?['categories'], 'Orange category'))
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 |
---|---|
64 | |
23 | |
16 | |
15 | |
11 |
User | Count |
---|---|
121 | |
36 | |
32 | |
28 | |
26 |