Hi @Ogun_ustun ,
Please set plantcountry datacard's Update:
plantcountry drop down name.Selected.Result
//Distinct function will return a table with Result column
set plantcode drop down's Items:
Filter('EMEA Plants',plantcountry=plantcountry drop down name.Selected.Result)
Could you tell me which column in 'EMEA Plants' do you want to use to update plantcode column?
set plantcode data card 's Update:
plantcode drop down name.Selected.fieldname
Well, you could insert a label, set the label's Text:
plantcode drop down name.Selected.fieldname
If the label could display value successfully, then the result that the formula returns is text type.
Best regards,