I have a text input field on a form that I would like to change to a select/dropdown menu. I'm not sure how to do this without deleting and recreating the form so I can select an entirely new scheme? Is there a way to do this through the user interface or programmatically? (this form is a screen for a mobile app).
Hi @aestass,
Thanks for reaching out! In general, you should be able to delete the text input component and replace it with a select Just be sure to change the new component to reflect the right form data key value
Could you share more details/screenshots on any concerns you have with swapping out the component?
If you prefer, some troubleshooting tips include:
-Duplicate the app and try out the change in a test app
-Make the change, and if needed, go back in the app history to revert your change