Systeme.io integration - create new contact

Hey Guys, i need help with my workflow.

just need to create new contact and transfer over email and first name and add tag “newsletter”

I also can take the new rows added on the google sheet and map it over if easier. I started building it but just need help finishing and testing.

The error im getting is an empty output. i already connected my API key in systeme.

Anyone can help?


as you can see there’s an email but there’s no output

Hey Ann,

you mean from the goolge sheets module? It wont return anything if there weren’t any new rows added. You can right click and choose Select where to start, if you want to process older entries. Or switch to a Search module instead.

Hey Ann,

Did you manage to resolve the issue? I ran into the same problem, but noticed a few details that might need to be adjusted.

In my scenario, I got the same error. After checking with other users, it seems the problem happens because Make returns all the data in a single bundle, instead of separating each piece of information (like email, tag, etc.).

Maybe we need to add an Array aggregator to fix this.

Thanks in advance for your feedback!

Best,
Chris

Hey there,

dont know where you read that but its wrong. Watch New Rows does not return the data in a single bundle. It returns a separate bundle for each new row found. Can you show a screenshot of the output of the modules and the error you are getting?

Hello Stoyan,

I totally agree with you.

“Watch New Rows” lead to a bundle for each new row.

What I meant was that the information from the same row is not returned in different bundles.

Here’s how I managed to solve my error issue.

Hopefully, this will help other users!

Feel free to reach out if you need any help.

Have a nice day,

Chris