Forum Discussion

TJTaylor's avatar
TJTaylor
Qrew Member
23 days ago
Solved

Pipeline Help

I am working on connecting MethodCRM to Quickbase so that I can pull field data from a MethodCRM form and replicate it in a Quickbase form. I have attached images showing my current pipeline setup. T...
  • hueyal's avatar
    22 days ago

    I'm not sure if I am totally following the flow; however, in your callable pipeline, can you add skipValue and topValue arguments to the call definition?  Then in the URL, use those argument values:

    rest.method.me/api/v1/tables/Contacts?skip={{a.skipValue}}&top={{a.topValue}}

    You would need to keep track of where you are in the process to pass those values to the called pipeline.