Below is a Power App screen with a Gallery for images on top and an 'Edit' form on the bottom.
All data and images/attachments are coming from the same SP list.
I can edit the data in the form and submit the changes through the submit/save icon using SubmitForm(EditForm);
The image Gallery is populating data based on the TruckVinNumber in the form as shown here:
Image Gallery 'Items' - LookUp('Schedule Details List', TruckVinNumber = EJDTruckVINNumberDataCardValue.Text).Attachments
As currently configured the images are not impacted by the edit/update action.
I'd like to add the delete/remove (garbage can) icon to the image Gallery so that the user can act on the images/attachments, also.
Will adding the delete/remove icon automatically remove the image fron the SP list independent of the submit/save icon action?
