Email folder question

Hello, This is StudioX question. Is there any activity in StudioX where you can check if a particular folder exists in Outlook ? Folder Exists activity does not help in the case of Outlook. Thanks you.

Hey,
it’s really not easy task to do in StudioX.
I made variable with name of the folder (in my case it will be ‘WMS’).
image
Later I making dynamic selector to the folder:
image


Next I use ‘Check App State’ - if you not seeing this activity please set filter to ‘show developer’:
image
Next in properties of this activity I use my variable with dynamic selector:

And it’s done :slight_smile:
I shared my workflow. I hope it will be helpful :slight_smile:
NewBlankTask7.zip (54.2 KB)