repeater in modal $record is empty
I'm having trouble populating my repeater in this action modal - even though the same repeater works perfectly when not in the modal (I've put it there only for troubleshooting - I only want the modal one). I can see that the relationship query does get executed by the modal repeater, but my text inputs there get only a null $record every time. Do I need a different parameter to access the record there? TIA for any pointers!
1 Reply
Update - I pruned the code snippet to hopefully make it easier to read at a glance..