Our new Community environment is going to be launched soon!
This means that you will be redirected to the new environment automatically, where you can sign-in, look up - and post topics again. Please note that not all topics will be transferred, so it might occur that you can’t find the topic you were looking for.
I am calling a HubSpot API (Get All Contacts) which is paginated i.e. it can only return a maximum of 100 contacts per call. The response indicates that there are more records via a field call "has-more" which is of type boolean:
When attempting to read this field in an action, the expression editor does not allow me to address it. I have attempted to implement the web service using a custom model and directly addressing the json using the [has-more] notation without success.
Here is the generated custom model:
Testing service provides response "correctly":
When creating a condition BB throws this error:
When attempting to log this variable in log, the logging is truncated..
Any help would be appreaciated!
Warren
******* Based on comment, I have added screenshot below to show solution ****
Additionally the condition needs to look like this:
Hi Experts,
I am calling a HubSpot API (Get All Contacts) which is paginated i.e. it can only return a maximum of 100 contacts per call. The response indicates that there are more records via a field call "has-more" which is of type boolean:
When attempting to read this field in an action, the expression editor does not allow me to address it. I have attempted to implement the web service using a custom model and directly addressing the json using the [has-more] notation without success.
Here is the generated custom model:
Testing service provides response "correctly":
When creating a condition BB throws this error:
When attempting to log this variable in log, the logging is truncated..
Any help would be appreaciated!
Warren
******* Based on comment, I have added screenshot below to show solution ****
Additionally the condition needs to look like this: