La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
Need to query all custom objects associated to a contact and pull a single property from each
Résolue
Need to query all custom objects associated to a contact and pull a single property from each one to add to a contact.
So we have custom objects called "Buildings" and a given contact can have multiple "Buildings" Associated. I need to know if i can use a workflow to query all associated "Buildings", not just most recently updated, and pull a single property, "Building ID" to be able to add it to a property on the contact record.
If this cannot be done via regular workflow does anyone know by chance if a custom coded api workflow can achieve this?
To query all custom objects (like "Buildings") associated with a contact and pull a single property (such as "Building ID") to add to a contact's record, you can't do this directly with HubSpot's native workflows.
However, you can use custom coded workflow actions. Here's a brief overview:
Create a custom coded action in your workflow.
Use HubSpot's API to get all custom objects associated with the contact and extract the "Building ID" from each.
Update the contact record with the collected "Building IDs".