Attach dynamic file in the folder in send email (Gmail) activity

Hi All, i try to use send email (by Gmail) activity and i want to attach all file in the folder, but the file in the folder is dynamic. Any idea how to do? i try to get files in the folder first but the type is string while in send email it require local resource type. Anyone can help me?
Thank you

You can convert to iofile to iresource type

LocalResource.FromPath(yourfilepath.ToString)

Refer this:

1 Like

its worked… thank you so much

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