I am using a Dynamic Array which has 4 columns, each row represents an element that needs to get a foundation. One of the columns determines if the foundation type of that element is a pile foundation or a shallow foundation. If the user selects the element to have a pile foundation I want the 3rd column in the DynamicArray to show a MultiSelectField with different pile types which the user can select. If the user selects the element to have a shallow foundation I want the 3rd column to ideally show nothing but an OptionField showing just ‘Not Available’ or something along those lines would be perfectly fine as well.
My question is if it is possible to change the contents of a column of a dynamic array based on the value in another column within the same row?