I have a an with multiple screens, in each screen they are taking a photo, to do this i am currently using the attachment control and then on the last screen on visible it shows all the attachments/photos they have taken using this
ClearCollect(Test8,Test1,Test2, Test3, Test4, Test5, Test6);ClearCollect(Test7,AddColumns(RenameColumns(Test8,"Name","DisplayName"),"Id",""));UpdateContext({varAttachment: true})
They can add up to 15 photos while using this app, this is why i have decided to use attachment control as i don't want to over use flow.
The issue i have is i want the photos to be taken in real time, instead of selecting from photo gallery on their phones, is there a way to disable this function? or another way to collect this many photos to a SharePoint list

Report
All responses (
Answers (