I have an offline/online app that writes to a collection, saves to the device, then when online uploads to sharepoint. Works fine however now need to add attachments and signature. example of the save to device looks like,
Collect(MyCollection, {Title: Employee_ED.Selected.Value,PO: PO_ED.Text});SaveData(MyCollection,"MyCollectKeep") then i use,
ForAll(MyCollection, Patch(SharepointListDB, Defaults(SharepointListDB),{Site: Site,PO: PO}))
Is there a way to include images into this list? I have tried using flows but it wont save to the list, will only save to Document library. I need to be able to have the image and the other fields (title, PO) in the same entry. Any advice or direction would be much appreciated.
Kind regards,
Matt
Hi Fernando, was frustrating at times but was able to get a bit from here and a bit from there. Happy to say, finally have it working. Using json and flow, now have signature and image working offline/online. When offline, i have the submit button hidden so they cant accidently delete the pending job. This process has taught me alot 😉
@Matt383 ,
No interest in responding your question right Matt? I have the same problem, I think it's one common task for an app, to get the data saved to the datasource and the signature image to a Document Library with a Flow, but with the help of Link to Item the link could be saved in the SharePoint list, with the same record(s). In my case, someone answered really randomly whatever he wanted except my question. It's not a good sign for this community forum.
Fernando