User Activity

I’m using a REST Get to Rest Post snap and I need to figure out how to separate the values of an array, by index number, and group each value into objects that contain all of the matching index numbers: Current array formatting “groceryStore”: { “nam...
Hey folks, I’m building a pipeline to pull data from an old Zendesk instance into a new one. The pipeline validates (REST Get → JSON Splitter → Mapper → Rest Post), but it’s throwing an HTTP 400 error in the Zendesk API. Is anyone familiar with setti...