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’).
Later I making dynamic selector to the folder:
Next I use ‘Check App State’ - if you not seeing this activity please set filter to ‘show developer’:
Next in properties of this activity I use my variable with dynamic selector:
And it’s done
I shared my workflow. I hope it will be helpful
NewBlankTask7.zip (54.2 KB)