Hi, all-- I'm trying develop an app for one of our teachers where students can leave feedback for another student. I have a data table which displays the roster, and a form which contains three fields: Student Name, Rating and Comments. I'd like to have the Student Name field populate automatically when the user selects a name off the roster. In other words, when you click "Student #1," that is automatically entered into the Student Name field.
The name of the data table is DisplayRoster. The control is RosterNames. In the Student Name data card, I have set Default=RosterNames.Selected. I get an error reading "The Property expects text values, but this rule produces incompatible Record values."
Any help is greatly appreciated!