I want to create a drop-down property where if I choose option 1 in the first property then it will make another dropdown property’s option 1 as the default value.
Any suggestions?
I want to create a drop-down property where if I choose option 1 in the first property then it will make another dropdown property’s option 1 as the default value.
Any suggestions?
Hi @SMomo,
Happy to help here - you can find step by step instructions for that here: Limit available options based on a controlling property
Best regards!
Yes, but in this way, it dives the drop-down option for the second property. I want to
if I choose option 1 in the first property then it will make another dropdown property’s option 1 as the default value not give the user to select the value for the second drop-down.
@SMomo can you give an example?
Sure, Suppose we have a drop-down property named Product with options A and B and another drop-down property named Price with options 10 and 20. If I choose Product A then it will auto-set the value for Price property as 10.
@SMomo this is best set up with a workflow. You would enroll records in a workflow when the field “Product” is known (make sure to enable re-enrollment for this trigger). After enrolling workflows, you would first use a branch to branch by value in this product field. In each branch, you can then use the “Set property value” workflow action to specify what the value of the “Price” property should be.
Let me know if you need more details on this!