Default folder for Download Email Attachments Activity (Gmail)

Hi All,

i’m trying to use Download Email Activities by gmail and i debug the automation and its success but i cannot see the file in the donwloads folder. anyone know where is the default donwload folder for this activity?

thanks

@randa_prakasa

It would create an output variable which is a list of resources type

So use variable(0).LocalPath to get the exact path (0) will give first attachment similarly you can get all attachments

Cheers

We assume that a properly configured output variable for the Attachments is defined:
grafik

so set a breakpoint, debug and inspect within the immediate panel:
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

e.g. myAttachments(0).LocalPath

for checking where the first Attachment is saved

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