Forum Discussion

snapation6713's avatar
snapation6713
New Contributor III
2 years ago
Solved

Can't paginate using Post HTTP CLIENT Snap

I am trying to paginate using a POST HTTP CLIENT Snap.  I don't know how to accomplish this with the information provided in the data returned.  I am extracting data from HubSpot using the 'search' e...
  • ruchi_pandey's avatar
    ruchi_pandey
    6 years ago

    I solved this issue actually…
    I gave this exp and it worked.

    ($DIFF_REC_COUNT<0) && (_PIPELINE_NAME.contains(‘PERSON_TYPE_ODS’)|| _PIPELINE_NAME.contains(‘PERSON_CITIZENSHIP_ODS’)|| _PIPELINE_NAME.contains(‘PERSON_LANGUAGE_ODS’) )

    THanks for your quick response though… 🙂