Hi All,
I have a sharepoint list which has attachment column, I created an app on powerapps using that list as the datasource. I have created a collection to store the attachments that are pulled out of the list. When I check the collection I see 4 columns: AbsoluteURI, DisplayName, Name and Value where the name column is blank for all the attachments, all other columns are populated correctly.
Due to this issue when I try to send the attachments using sendEmailV2 function I am getting an error that Name parameter cannot be blank. Any way I can fix this issue?