UI Components OnChange

Hi,

I’ve added both CrmPropertyList and CrmAssociationPropertyList Components to a hubspot card to show both properties of the current compnay record and properties of any record associated with it.

I want set the value of a dropdown property for example based on the value of another property, but I’m not sure if the onchange can be added to them. Is there a way to do this?

<CrmPropertyList
 properties={[
 'form_of_business',
 ]}
 direction="row"
 />

Hey, @CHutt5 :waving_hand: Thanks for your question. I’d like to invite some of our community members to the conversation — hey @Teun @zach_threadint, do you have any suggestions for @CHutt5?

Thank you very much! — Jaycee

Hi @CHutt5 :waving_hand:

As far as I’m aware, this is not currently possible. The “onChange” prop (or similar) is not listed in the CrmPropertyList or CrmAssociationPropertyList docs.

Sorry that’s no the answer you were probably hoping for. Please let me know if you have any follow-up questions.