Hi,
I have a form which I'm creating and I'd like to populate a combobox (a lookup column in my SP list) with the value from another datacard in my form.
Title: Text Box (Training : Title)
Personnel Title: Combo-box (Lookup Personnel Management : Title)
The titles in both Personnel Management and Training should be the same, hence why I want the Titles to auto-populate.
Picture attached to try and explain, but so far I've tried the following in DefaultSelectedItems:
LookUp('Personnel Management', Title = DataCardValue9.Text)
DataCardValue9.Text
DataCardValue9_1.Selected.DisplayName
As always, I appreciate the help in advance!