I am trying to implement the following function for a form. If I select "Conveyor" in the Description dropdown box, I will get drop down values for the "Details" column, and I will get 48, 60, 48 for "Dimensions" column and 4000 for the "Weight" column.
If I select the "Flattener" in the Description column, then I will get a different dropdown values in the "Details" column. and will get a different set of dimensions and a different weight value.
Can you show me how to implement this feature in plumsail? like the general approach.
Dear @jyou,
Does it have to be a List or Library control, or can you use Data Table instead? List or Library saves data to another list, and Data Table will store values as text in the current one.
Thank you for the links. When I checked the tutorials, I can't find any tutorials on how to make a new dropdown appear based on previous dropdown selection.
I just have a question, how do I code it when I need a new dropdown control to appear under the "Details" column when the value "Flattener" is selected from the "Description" column?
Dear @jyou,
Yes, it is a more complicated case when the ones described in our docs. Which control are you using List or Library, or have you switched to DataTable?
If I understand correctly, the need is dynamic dropdown population based on other field's value?
If I select the "Flattener" in the Description column, then I will get a different dropdown values in the "Details" column. and will get a different set of dimensions and a different weight value.
Would you consider paid support for us to write the necessary code and test it, to make it work? If so, please, contact us at support@plumsail.com to evaluate the price and time necessary to make it work.
Dear @jyou,
Thank you for pointing that out, we'll likely update it in all of our docs! The InternalName property has simply been renamed to Name - it's the same property as before.