Hi all!
New to Appian, and I am stuck on figuring out how to correct configure a dependent dropdown.
The first dropdown field is called "Plant," and its fields consist of plantId, value, & description. The second dropdown field is called "Storage Location," and its fields consist of werks, name1, & land1. Both queries have one similar field, which is "value" and "werks," but I need to call back "plantid." How would I do that?
Thanks!
Discussion posts and replies are publicly visible
Hi. If you need to display data from the "Storage Location" table that depends on the "Plant" table, the "Storage Location" table should include a field that serves as a foreign key referencing plantId in the "Plant" table.Please refer to this link to configure cascading dropdowns: https://docs.appian.com/suite/help/25.3/recipe-configure-cascading-dropdowns.html