Skip to main content

Hi Community. I'm working on a zap that gets data when a Deal card is placed in a given stage. The zap is triggered fine and one of the fields I'm parsing is "Deal Owner." The value comes back as a numeric and it appears to the the User's ID. This really isn't useful and I'm looking for a string name.

Is this the expected behavior or do I need to do another step?

Deal Name: {{74006961__dealname}}

Deal ID: {{74006961__dealId}}

Amount: {{74006961__amount}}

NAIFA Staff Owner: {{74006961__hubspot_owner_id}}

Description: {{74006961__description}}

Thanks.


Hi @RedShirt and welcome to the community.

If I were to make an assumption here you will need another step to do a lookup with that {{74006961__hubspot_owner_id}} and get the person's information (like name email etc). You can then use the name value from that other step in your "NAIFA Staff Owner" area and it will be the person's name not their ID.

If this is off or doesn't clear things up can you post a screenshot or two of what you are trying to do?