Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Klaviyo Get Profile API using Iterative Macro error

ryanns
5 - Atom

Hi! I'm trying to use the Get API command to pull all the profiles in a Klaviyo account. Klaviyo uses paginated APIs so I created and iterative macro to keep pulling the next page of profiles until I download all of the profiles. Here is the get profile documentation for reference.

Get Profiles (klaviyo.com)

 

After the first ~4,000 iterations, I keep getting an "SSL connection error, no valid fields were selected." error

 

Is there a way to troubleshoot to see exactly what's going wrong during the iteration macro? Any suggestions on how to fix?

 

Thanks in advance!

2 REPLIES 2
Raj
16 - Nebula

@ryanns 
The "SSL connection error, no valid fields were selected" error typically indicates an issue with the SSL certificate or encryption during the connection. It might not directly be related to your iteration macro but rather a connection issue with Klaviyo's API server.

Raj
16 - Nebula

@ryanns try running this with small data size.

Labels
Top Solution Authors