Hi experts!
I would like to populate the value selected in one dropdown into a second dropdown, however, it is not working as expected.
I have an EditForm which is connected to an SP List. The SP list has two Choice columns "Segment and ValidatedSegment" and both have the same information on it. I would like that when the user selects one option from the Segment dropdown, the same value selected populate in the second dropdown. Kindly note the second dropdown will be hidden.
Segment choice column with options: Option1, Option2, Option3, Option4...
ValidatedSegment choice column with options: Option1, Option2, Option3, Option4...
I have tried with the below formula without any success, I am wondering if this might be related due to the Items property,
On the Default property of the DataCardDropdown2: DataCardValue25.Selected
Thank you in advance!