I have a form that gets populated by a gallery selection. This is done by pushing the gallery selection into a global variable that is then used as the Items property of the form. From here a user can click an 'Edit' button which puts the form into edit mode where they can make changes and then submit the update. This all works great, however, when the record is updated the form does not update with the new data. Is there a way to refresh the form? If not I may simply reset the form so it is blank and have the user select a new record.
Is there a way to refresh a form, after editing, to show the changes to the record?
Do you update the global variable? What values are the controls showing other than the values which you put in them?
Did you try to reset the form? Reset(formname)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.