activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service Activities

Last updated Oct 14, 2025

Technical references

When using certain HubSpot CRM activities, such as Get Record or List All Records, you can filter results with the help of the following operators:

  • HAS_PROPERTY - Should be used when you want to filter records based on a field having a value or not. For example, if you want to return records where first name field has a value, you must mention firstname within the HAS_PROPERTY field.
  • NOT_HAS_PROPERTY - Should be used when you want to filter records based on a field not having a value. For example, if you want to return records where first name field does not have a value, you must mention firstname within the HAS_PROPERTY field.
  • CONTAINS_TOKEN - Should be used when you want to return records for which a value does not exist. For example, if you want to return records where the value Howdy exists, you must type in Howdy or just How within the CONTAINS_TOKEN field.
  • NOT_CONTAINS_TOKEN - Should be used when you want to return records where a value does not exist. For example, if you want to return records where value "Howdy" does not exist, you must type in "Howdy" or just How within the CONTAINS_TOKEN field.

For more details, visit the HubSpot API docs.

Using the Fields property in Hubspot CRM & Marketing activities

In Get [object] activities, Hubspot does not return all the fields for objects by default. This occurs in the following Hubspot CRM & Marketing activities:

  • Get Contact
  • Get Company
  • Get Product
  • Get Deal

For example, for the Get contact activity, Hubspot CRM does not return all fields. Therefore, you need to pass the field names within the activity, using the optional Fields property.

How to retrieve property fields in Hubspot
  1. In your HubSpot app, click the Settings icon:



  2. Go to Data Management > Properties:



  3. Select any of the properties listed:



  4. Click the Code icon to view the internal name of the selected property:



  5. Copy and paste this internal name in your Hubspot activity, in the Fields property. You can add multiple fields using a comma separator.

  • Using the Fields property in Hubspot CRM & Marketing activities

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2025 UiPath. All rights reserved.