I have a multiscreen app, in one of the screen I have Add Image attachment, each screen forms including attachment saves to the SP List if I am online. But I have to include the offline capability and for that I need to save forms in local collect and once you come back online, it should sync and save it to the SP List. But the problem is it is syncing everything except the Image attachment.
Till now I have tried,
1. saving image to collect CollectImageAttach : Datacardvalue1.Attachments
2. saving image to collect via CollectImageAttach: Form1
And while Patching I am using Form1.Updates
Please help how you guys have solved it.
Note: I have many required fileds in different screens so I am patching/collect all forms together in the last Submit button
Thanks!