Hi,
I have a datatable that has ID column from read range action and I have get outlook mail action. I want to save attachement according to ID of data table. I convert each row of data table to Int32 as “asd” but it doesn’t work.
Hi,
I have a datatable that has ID column from read range action and I have get outlook mail action. I want to save attachement according to ID of data table. I convert each row of data table to Int32 as “asd” but it doesn’t work.
@Atakan_Kiziltan
Follow this steps…
Save Attachments activities already creates a collection of results so you could loop through this collection instead of looping through the attachments and saving them one by one
You can also use the Index variable on the For Each activity to help in this type of work