Hi all,
I’ve got a page where I have a repeating group control. For every cell in that group I’m displaying data from the related record, but I’m also adding a dropdown control with a value of Yes/No for selection.
When I click a Save button, I want to grab the first record in my repeating group that has the dropdown set to Yes, but I can’t figure out how to get a reference to the dropdown control. The UI is only giving me the reference to the record and it’s associated fields.
Can anyone point me to any documentation that’ll help me solve this issue?
Thanks