Why Text Column change to a button when using valid if List[column name]?

I used "valid if List[ID] to connect suggestion values based on the previous column selection, but my text column which should have been typed manually instead turned into a button

BInowo_0-1694697749722.png

BInowo_1-1694697757955.png

BInowo_2-1694697769503.png

 

1 6 145
6 REPLIES 6

Because that's what valid_if does when you give it a List value. Or when you use a simple IN(). Suppress that behavior by using the following:

AND( TRUE , IN( [_THIS] , List[id] ) )

I've done it, but unfortunately it makes the suggested value in the next column disconnected. i mean if i change JKO to BYU, suggestion values in column hari kunjungan and/ toko is not change

This might give you more insight into what I'm working on:

BInowo_0-1694699857518.pngBInowo_1-1694699862303.png

 

What suggested values are you using in the next column? How do you mean it is "disconnected"?

nothing. and for "disconnected", it means not match with selected value in previous drop down

Why did you mention suggested values if you're not using it? How would the value in one column match the value in another column? You need to be more clear here.

Top Labels in this Space