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?
I tried to do this but uipath give to me BadRequest. Can someone help pls?
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?
I tried to do this but uipath give to me BadRequest. Can someone help pls?
give a try on using only like without $filter=:
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.