I’m building a simple page which shows a list of team members in a repeating group. There is an Edit button next to each team member’s record for which will display a pop-up displaying the data of that person. One of the fields is for their title which is an option set displaying preselect options.
I’ve got all the data showing fine in the pop-up for the basic input fields using ‘parent’s group thing’, but for this drop down element, I’m not sure what the expression should be as it’s constantly is resulting in red. Just like the other elements, I simply want to display what the data is in the table for that person’s record which the user has clicked Edit for.
Hi there, @JS7319… what does the issue checker say for that issue? I’m guessing it’s a type mismatch between the dropdown and the Title field, but the issue checker should tell you what’s going on.