Hi,
we’re developing a custom integration for Zapier which implements a Find or Create User action with few fields ( name, email, field1 ).
Depending on the used fields, our REST API endpoint will return one or more results, but it seems that Zapier will always take only the first item from the result set. I wasn’t able to find more information about this, is it meant to be always only one result or is there a way to iterate over all results?
For example if I search by field=”test” I’ll get 10 Members and now I thought that I could use these 10 members for my next action, but it’s using always only the first item.