Continuing the discussion from Populate Dropdown field:
Post above was very helpful pulling data from a REST API using map() to populate dropdown fields and other data from schema as i am very new to SAP development. Now I have two questions…
-
How would you approach using an IF conditional to make another dropdown/ and or input appear based on a specific data set from REST API that uses map() in the Option List from the selected dropdown? For example, a user selects a concept –> based on that concept, another dropdown appears below that displays other options specific to the concept selection. I have a table with ALL concepts, then other tables created for other options based on each concept. I’m familiar with the show/hide components from the market, but using IF conditionals with those pulling from a REST API gets tricky & frustrating real quick… HELP!
-
Is there a way to create a dropdown within a dropdown in AppGyver?