Using this formula below on a drop down box's "OnChange" setting.
Set(varECName,LookUp('Customer Lookup',Name=DropdownExistingCustomer.Selected.Name,Concatenate('Customer Lookup'.'Mail Address'," ",'Customer Lookup'.'Mail City',",",'Customer Lookup'.State," ",'Customer Lookup'.'Zip Code'," ",'Customer Lookup'.'Mail Country')))
Then when I try to add:
VarECName.Result to my text field it yells that it's looking at a table? I'm sure it's an easy fix but i cant seem to figure it out...