I am having issues with trying to get this to work.
I have two drop downs with two different Secondary data sources. I want to pick a selection from the first to auto select a choice on the 2nd.
Drop down 1: Contracts table with a Sales Person ID not on drop down, but in table.
Drop down 2: Sales People (Name as display, ID as value)
When I click a contract, I want to take a Salesperson ID from drop down 1 and set it to the value of drop down 2.
This scenario will only select the first choice with no filter, when I try to filter, nothing appears on DDL2.
Am I having problems due to havng 2 separate data sources?