Hi,
I want to download a file from a dataverse table using Uipath. I am already connecting to dataverse using Microsoft Dynamics package.I get all other records from the dataverse table successfully. But How can I get the attachment from that table?
I get the data from dataverse as a Datatable in Uipath. In that, One of the column is “Attachment” where I get the name of the “FileName.xlsx” as one of the column.
How to get the actual file is my question?
Thanks in Advance