Hi all.
I have a use case where I am in a view form of a single row of my data. I have an action button that when clicked, I want to open a new form for a user, pulling through a selection of fields they can edit.
So, I added a new form (Request Support) that has the selection of fields to edit
I added the button to the top of the original view screen for data table ‘New Legal Obligations’, with action ‘go to another view within this app’ with target
LINKTOFORM(“Request Support”, “New Legal Obligations”, [NLO Ref # (View)], “New Legal obligations”, [NLO Ref # (View)])
I can pull up the new form OK, but when saving it adds a new row of data. My intent is to edit the 2 fields already saved for that row. Is my error in the linktoform expression?