Select Specific Value According To Previous Dropdown List

Hi all, 
In the previous project I learned how to select the value according to the previous drop down list.

AbdullaNsour_0-1702806787110.png

However, when I try to set the initial value for the 'Sub Type' field using an expression like IFS([Main Type] = 'building', 'Building Violations'), it fails to function as intended.

 

AbdullaNsour_2-1702807502162.png

 

Solved Solved
0 4 288
1 ACCEPTED SOLUTION

Hey man,

maybe use INDEX(Sub Type[Sub_ID], 1) as the inital value?


View solution in original post

4 REPLIES 4

Hey,

you don't need that. Just use "Eng Type" as the Table Label.

😉

I am already do that but I need to create an expression to automatically fill the input when the previous dropdown list with some value
like this :

AbdullaNsour_1-1702814730492.png

 

 

Hey man,

maybe use INDEX(Sub Type[Sub_ID], 1) as the inital value?


It currently functions, but any changes or additions to the Sub Type might result in errors. Nonetheless, I appreciate learning about this formula. Thank you.

Appsheet Expression select value from dropdown list.gif

Top Labels in this Space