Suppose I have a table that contains User Details (i.e., name, age, email). I have a separate table that is Car Details (i.e., make, model, year, car owner). Creating a page to allow input of said Car Details, I’d like to create a dropdown list that would surface email from User Details for selection. Right now I create a drop down and select dynamic choices, but ‘Choices Source’ doesn’t allow me to reference what i need?
In the source do a “search for users”
1 Like
Thank you! I was able to figure it out with that.