Add function in dependent dropdown

I want to have an add function in my dependent dropdwon where I will be able to add more option. I tried allowing adds for the table but it doesnt seem to work.

Solved Solved
0 5 193
1 ACCEPTED SOLUTION

This is the problem:

Move the expression from Valid If to Suggested values.

View solution in original post

5 REPLIES 5

Does this option help?

If not;
What table are you talking about allowing adds to?
Is the dropdown a Ref type column?
What is the dropdown dependent on?

I depend on another table that I have created. I did not use data type Enum hence, I do not have the option to allow other values.

You canโ€™t add to another table if you pull that tableโ€™s rows using valid if.

I donโ€™t know why you are using valid if, maybe you want to select multiple values from the drop-down.

If thatโ€™s the case then you can choose the columnโ€™s type as enumlist with base type as reference, with the reference to the โ€˜Company Nameโ€™ table, and in that table set the โ€˜Compwny Name of main contractorโ€™ as label.

This is the problem:

Move the expression from Valid If to Suggested values.

FYI, โ€œdependent dropdownโ€ means a specific thing, which I donโ€™t believe you are describing.

Top Labels in this Space