Hello,
I am attempting to set the value of a variable to the display name showing in a person field (combo box) on button click.
I have the OnSelect property of the combo box set to;
If(DataCardValue12.Value=true, Set(ManagerNameVAR,DataCardValue4.Selected.DisplayName), Set(ManagerNameVAR,DataCardValue16.Selected.DisplayName);
I have also tried
If(DataCardValue12.Value=true, UpdateContext({ManagerNameVAR: DataCardValue4.Selected.DisplayName})), UpdateContext({ManagerNameVAR: DataCardValue16.Selected.DisplayName});
DataCardValue12.Value is a toggle
Is this possible to achieve, if so how?
I appreciate any help on this one.
Thanks
DWTKBrook

Report
All responses (
Answers (