0

We have built a Power App that will upload files to a sharepoint list with Meta Data. The only problem is the Meta Data it uploads is uniform for the entire Gallery that it is uploading instead of individual for each item.

How do you accomplish the meta data staying with a specific item on the upload/update properties step? Is the fix on the Flow or is it on the Powerapps/collection side?

This is the upload code on power apps Clear(colAttachmentGallery); ForAll(Gallery1.AllItems,Collect( colAttachmentGallery, { Title: ddDocTitle.Text, DataStream: imgDataStream.Image } ));UploadOfficeFiles.Run(JSON(colAttachmentGallery,JSONFormat.IncludeBinaryData),ddDocTitle.Text,ddDocStatus.Selected.Value,ddDocDescription.Text,ddDocCompany.Selected.Value,ddDocCategory.Selected.Value,ddDocDate.SelectedDate) If you look at the screenshot of the powerapps you'll see the two document status as "Active" & "Pending Review" but when I go to upload them the Update Properties Flow makes both documents the same ("Pending Review")

enter image description here

enter image description here

4

0 回答 0