I’m building a routine to send my Purchase Orders (P.O) to my provider.
When I create these P.O, they are save in a “TEMP” folder.
I’ve already done the datatable with P.O numbers, and I’ve made a loop to extract the clean P.O. number from the text name.
But here is where I need some help.
How can I do to collect all my P.O. in the DataTable to attach them in the email.
Logically I should include an “IF” to compare the P.O in data table and the P.O extracted from Folder. But I don’t know how to continue from here
Iterate through your datatable and get the P.O and then pass the extracted P.O from the datatable to directory file search.Please find the screenshot below for further reference:
At this moment, I only can send one email by row.
And I’m trying when there are more than one registers, send many(n) files in only one email.
I don’t know if is possible with uipath tools.