Microsoft 365 query filted by categories

Hi guys,
I need to filter the email retriven by Get Mail activities. I want only to take the mail with “Test” categories. Is this possible to do in the Query Panel?
image

image
image

I tried to do this but uipath give to me BadRequest. Can someone help pls?

give a try on using only like without $filter=:

  • categories eq ‘Test’
  • categories eq categories:red

or maybe working with other option is more prefered:

categories/any(c:c eq 'Test')

It worked! Thanks a lot, i was tripping out since this morning! Thanks!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.