Hello,
I’m working on an integration and I’m struggling to filter by “name” the choices from an input field which is populated dynamically. I searched for a few days a way to do that, but I was unable to find something.
This is the definition of my Create operation:
The fetch_contacts is a hidden trigger with this definition:
In the fetch_contacts trigger defition I added on line 8 the page to the request.
Because we have a lot of marketing lists, we also want to add to request.params the search keyword.
When I’m saying search keyword I’m reffering to this from Zapier UI:
It’s annoying for an user to press the “Load More” button in the Zapier UI until he find the list he’s looking for. For example, let’s say our page batch size is 100 and the list he’s looking for is on the position 358. In that case, the user must press the “Load More” button 3 times, but this is totally counterintuitive.
Basically, we want to call our APIs with the page and the search keyword, not only with the page.
Can anyone help us with this issue, please ?
Thank you,
Ciprian