Hi,
I am creating app with SharePoint list and I would like to save photo in this SharePoint list.
When I use Attachements in my app it works good, I can upload photos as I want. But there is a quite big problem. When I create new item with status unsolved in my app I have to give there photo (now I use Attachements but I am not satisfied with this, because then when I want to solve the Item and change status at solved I need to upload to his item another photo).
So in short I need to have in my SharePoint list two columns with datatype Image (Photo before; Photo after). This SharePoint list I must edit in my Poweapps app. But how can I do this? Everything I have choosen have failed.
I am miss, please help me.
Thanks
George
Hi @JiriS ,
Could you describe more clearly about why using Attchments field is not ok?
You could upload one image to Attachments field when you creating the item, then upload another image to Attachments field when you edit this field later.
Just note that you could only update images to Attachments by using Attchments control inside a form.
At the first time, set the form's Mode to New.
After creating this new form, when you want to edit this form, just set the form's Mode to Edit, set the form's Item to LastSubmit(Formname).
Then the form will display the data that the new form submitted just now, including image1 you updated .
You could update your second image to Attachments at this time.
Best regards,
User | Count |
---|---|
174 | |
116 | |
85 | |
44 | |
41 |
User | Count |
---|---|
238 | |
152 | |
131 | |
77 | |
72 |