What are you trying to achieve?
Automate so that each time someone responds to a tally form, their profile (First Name, Last Name, Phone Number) is added to a list in Klaviyo
Steps taken so far
- Integrated my Tally form into Make.
- Set up the connection with Klaviyo using Klaviyo’s API.
- Made sure all API configurations are correctly defined.
*. Defined a flow:
- Tally - Watch New Responses
- Klaviyo - Search List Profiles
- Klaviyo - Create and Add Profile to List
My issue arises on step two. The goal is to search existing profiles, if the profile already exists, do not add to Klaviyo. However, I keep receiving the RuntimeError: [400] Invalid filter provided.
How can I address this error or create a more streamlined flow to complete my goal?