HubSpot custom property mapping using expression not working

Please see the three images attached. Each one of these are mapping a custom field in HubSpot in different ways. However, the third way (using an expression) does not seem to work.



Is this currently a bug?

Hi @d4vidsha, I see you have two items arriving on your HubSpot node. Is there a chance your “Configure” node only returns one item? If so, you might have run into the problem described over here, so you might need to add .first() into the mix here.

1 Like

Thank you @MutedJam!

For those who want the summary, change $node["Configure"].json["contactPropertyId"] to $("Configure").first().json["contactPropertyId"].

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.