Hi, I've been trying to add photos to share point list for 2 weeks now. I know there are 2-3 ways to do that (flow, attachments, JSON, multi text). Can someone help me with the attachment method ? I've created a desktop app,
1) I've put the camera control with this code : Set( varName,GUID() );Collect(colCameraPhoto, { DisplayName: varName & "JPEG", Id: varName & "JPEG", Value: Camera_bon.Photo});
2) I've attached the same collection (colCameraPhoto) to a gallery and to an attachment control (copied from a form)
3) I want the attach all the photos taken with the camera control in combination with the attachment control not like : First(Attachmentcontrol.Attachments).Name/Value
4) Do I have to create a flow in combination with the attachment ?
5) I've tried using the edit form with the same flow : camera control -> collection->attachment control-> Submitform(Form2);
and it's the same result, I can see the registered line but with no attachments in the attachments column.
6) Can someone help me do this step by step ?