Hello,
Glad to see you figured out how to access a form from a Data View.
Rather than using the previous action command, you could set a couple variables when the button on the Data View is pressed.
First, you could set a ‘GoBack’ variable to be true, then attach an action button to the form in which shows if this variable is true. Similarly, when this button is pressed, the ‘GoBack’ variable would then need to be set to false, therefore, the button will not show if you are not coming from the Data View. You would then also use five.selectAction within the code for this button in which you would select the actionID of the Data View.
In order to save the current member key, you can also set a variable that holds this value when the button on the Data View is pressed.
Regarding your third bold question, are these fields within the same form? If so, you may be able to make one a dependent field in which relies on the StudyGroupKey GUID Field.
Hope this helps,
Thanks,
Riley.