Sorry for the long subject line but I did not know how to describe my issue in a few words.
I have a SP list of observations. Each observation can reference 1 row in a gallery. The two are linked via id. When I open the form in Edit mode, I'd like to select the row based on the id stored in the form. but the row in the gallery can change and if it changes, then I'd like to update the id in the form.
I've set the default in the gallery as a lookup to the id on the form and the id on the form is set to the selected row on the gallery. And, it makes sense that this is causing a circular reference error. Any ideas on how best to resolve/implement?