How to add new button in a form?

Hi,

I have a form and there is a dropdown list with some Enum. But there is no button to add a new item in the table. Data loads in Enum from another table.

Is there any way to add a button in the dropdown or in the form?

1 Like

Instead of using “Valid If” field, use “Suggested values” with your formula and you should see an option “Add or search” when you open that dropdown.

2 Likes

Thank you!)

You’re welcome