Hello
I am going to create a flow which collect all the event from my calendar and post them into Teams.
But I need to exclude my events which is private.
I set filter query sensitivity ne "private", but it didn't work
Please advice me how I can set filter.
Thanks,
Solved! Go to Solution.
Hi @DoraMiki,
Did you use double quotes? Can you try single quote characters instead?
sensitivity ne 'private'
Alternatively, you could also try and use the eq 'normal' approach as well
sensitivity eq 'normal'
Hi @DoraMiki,
Did you use double quotes? Can you try single quote characters instead?
sensitivity ne 'private'
Alternatively, you could also try and use the eq 'normal' approach as well
sensitivity eq 'normal'
Thank you! It worked!!
User | Count |
---|---|
95 | |
45 | |
21 | |
18 | |
18 |
User | Count |
---|---|
142 | |
50 | |
43 | |
40 | |
31 |