Expression source
This is an example of how to use dependent fields and source show the the End-user different controls in the user step based on what has previously been selected.
Create an App with steps and input data
return [ {name: "Laptops", category: "Electronics"}, {name: "Monitors", category: "Electronics"}, {name: "Printers", category: "Electronics"} ];return [ {name: "Desks", category: "Furniture"}, {name: "Chairs", category: "Furniture"}, {name: "Cabinets", category: "Furniture"} ];return [ {name: "Shirts", category: "Apparel"}, {name: "Pants", category: "Apparel"}, {name: "Jackets", category: "Apparel"} ];
Create and connect controls
Test the user step with where filtering
Test the user step with a case expression
Last updated
Was this helpful?