Adding Items from Choice Component

Would be great to be able to add items into your choice component. Right now in my app you have to go back to another tab and add the item if it’s not found in your choice component.

It would be fine if you could save your work, but I have to cancel out of adding an item to then go and add another item that is then selected as a choice in the first item.

Here is a workaround:

Awesome! Just implemented that into my app. Very easy and totally works. Thank you.

2 Likes

An alternative method, @RyanThomas, is to put an “Add” button (using the Form Button component) below the choices component, which you then create a simple form.

Use which ever suits your app.

2 Likes

I ended up doing this after I accidentally deleted the formula. Actually like it a lot more! Thanks for your solution.

1 Like