When I create a Search Action or a Polling Trigger using my API endpoint to GET an object, Zapier is smart enough to only return one record when you test it in the Zap. Yay!
But when I create a REST Hook Trigger and in the Perform List I put the exact same setup for the same API endpoint, Zapier returns the entire table when I test it in the Zap. I realize Perform List request must return an array. But returning an array with 100s of records causes every other step to fail testing because I’m mapping fields with 100’s of values to fields that expect 1 value.
Is there any way to set up the Perform List so that it returns sample data that can be mapped in subsequent steps?