Hi, I'm close to find the solution but issues persits,
I want to import data from excel sheet directly from a canvas app with the attachment control.
on my submit button I trigger the following flow:
in powerapps this is the submit formula:
ForAll(AF_Attachment_File_1.Attachments,
Collect(test,
importtest.Run(
{file:{
contentBytes: Value,
name: Name
}
})
));
Reset(AF_Attachment_File_1)
there is only one attacment max
If I want to show the collection in a gallery, this is what I see:
this is the error in the formula of the running flow button:
and finaly this is what I see in the output of the response:


Report
All responses (
Answers (