Hi,
I'm building an app for production record, and have three main screens, all connected to a sharepoint list
1. New Form
2. Edit Form
3. View Form (Where Gallery is)
In the View Form, I have a customized gallery to show specific items within the sharepoint list can be edit, at the edit form.
For every row it has an icon for edit.
1. In the icon, On Select Property has Select(Parent);Set(VarFormType1,Gallery5.Selected);Navigate('EditReporteProduccion Moldeo', Transition.None);
2. In the Gallery5, On Select Property has VarFormType1
3. In the Form "EditFormaMoldeo", On Item Property has VarFormType1.
4. In the Form "EditFormaMoldeo" has a saved button, On Select Property has SubmitForm(FormaMoldeo)
After you press the edit icon at the gallery, it takes you to the edit form with all the information from the record, and works fine.
The problem is that when you edit the record, and press saved button, It will not edit the gallery and neither the sharepoint list, and sometimes leaves spaces in blank at the gallery.
I want to edit the record, show in the gallery as updated and also in the sharepoint.
Please Help!!!, Thanks