Hi,
I have list called ndaBusinessUnits that has 4 columns. (screenshot attached)
ndaBUSU - Single Line of Text
ndaBUSUResponsiblePrimary - People or Group
ndaBUSUResponsibleSecondary - People or Group
ndaBUSUResponsibleTertiary - People or Group
The app (attached) has a dropdown that displays all rows in column ndaBUSU
Distinct([@ndaBusinessUnits], ndaBUSU)
What I need to achieve is that based on the selected dropdown (Custom Card - Allowed Values) value the ndaBUSUResponsiblePrimary, ndaBUSUResponsibleSecondary, ndaBUSUResponsibleTertiary are populated with the values (Display Name / Email) from the same row.
What is the best way to achieve this ?
Many Thanks
Darren