Hi, sorry ,english is not my first language.
I need to developed a flow as part of a proyect, which allows me to upload files by creating a new folder for each new form A submitted, and gives back:
- A new element A of a list
- A new folder (with it's attachments) in a document library
- The link of the folder as part of the element A of the list
The actual flow creates the folder and it's attachments but I can't submit the form or give the link back.
The code for my button is as follows:
ForAll(DataCardValue10_3.Attachments;'PowerAppV2->Crearnuevacarpeta'.Run(DataCardValue6_1.Text;ThisRecord.Name;
{name:ThisRecord.Name;contentBytes:ThisRecord.Value}))
In Attachments of this question is the image of the power apps flow I developed.
Please help¡¡¡¡¡¡