Storing Form Responses Based on Dropdown Selection in App Studio

art_in_sky
art_in_sky Contributor

Hi, I have an App Studio app with dropdown filters. I want to build a form within it that is specific to each dropdown selection. When an individual fills out the form after selecting a dropdown option, the form results should be stored along with the selected dropdown value. How can I achieve this?

Tagged:

Answers

  • To my knowledge, if you are wanting your app studio form to have cascading dropdown lists where dropdown list B will show options depending on what was selected in dropdown list A, (i.e. list A contains states, list B contains cities for only the state selected in list A), that is not currently possible in app studio forms. It was possible in the Form Builder app, so it is disappointing it has not made it over as a feature in app studio forms yet.

    I would suggest creating it as an Ideas Exchange if it isn't already.

    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.
  • art_in_sky
    art_in_sky Contributor

    @MarkSnodgrass It's not about the dropdown lists within the form, but rather about how the form stores data based on the selected dropdown or slicer in dashboard app. For example, if I select "State A" from the dropdown or slicer, the form displayed in the dashboard app should store data specific to State A, rather than storing it as general data.