I have a SP list that is displaying view only data in a gallery (Just one item). On the page the user will use that information to update an item. At the bottom of the screen I have form fields related to the list above that are editable so the user can update and save.
I have title which pre-populated (using default) from the title label in the gallery no issue. BUT then one of the labels is choice field in the gallery, it is displaying using ThisItem.Goal.Value in the gallery (this is all correct). However when I added the goal field to the form below and tried to prepopulate it with the label in the gallery that uses (ThisItem.Goal.Value) it will not work. These two fields are required to update the list via the form. Any suggestions?