Hi All,
I have a few forms which I am using to submit data, I am utilising Form 1 as the parent form and wish to pass data card values from Form 1 to the other forms barring one data card which can be amended for all the forms.
I have figured to set the Onchange property for the data card values of Form 1 as variables, I have managed to get it working for Text values but have hit a roadblock when it comes to dropdowns.
The on change of the datacard for my Form 1 is follows Set(UrgencyV,UrgentDataCardValue.Selected.Value).
However, when I put the corresponding variable into the data card in the other forms, I get an error and it states this is the issue.
"The property on this control expects Table Values, the rule produces Text Values which are incompatible"
What should I be displaying the variable as so that it is compatible, I have scoured the internet but to no success
I also have combo boxes and dates in the form to, should I be doing anything different for any variables I set for them also?
Also happy for anyone to provide with a better way of passing data card values to other forms rather than the method I have selected.