Hello,
I am trying to build an app that allows a user to set a selection of variables from one form (Form_Variable) and pass these into a new submission form (Form_Deviation_1) that will be submitted multiple times.
I have achieved success with most entries, however, the items that do get stuck and wont pull through to the SharePoint list correctly or at all are the users or dropdowns where you select a person that a deviation is logged against.
I understand that users are stored as a record (he says confidently). I am currently storing the selected individual as a variable using this code on a button:
Set(VarUSMDigitiser, DataCardValue14.Selected);
I have had no luck using this variable within Form_Deviation_1 on a person dropdown.
Currently the default for the dropdown is set as:
{Value:VarUSMDigitiser.DisplayName}
I have tried other record values too such as .Email .Claims , all to no avail.
As mentioned, when submitting Form_Deviation_1 everything else that's been turned into a variable loads fine on SharePoint, however this person selection does not.
Any assistance or guidance would be appreciated 🙂