Skip to main content
Question

Updating Airtable with remaining groups after removing Mailerlite subscribers across Paths

  • June 12, 2026
  • 2 replies
  • 15 views

AI_hello

This post was split from the topic: 

Another question in this thread! 

i am now working on the Zap to remove people from certain groups in Mailerlite, and then i want to update their record in Airtable to reflect the groups that they are currently part of.

i did a similiar paths zap where i’m removing subscribers from the groups and then using Zapier Storage to keep track of which groups were removed.

i need a step at the end that comes up with the list of groups that they are still a part of & puts that back into Airtable (or clears the groups field in Airtable if they’ve been removed from all groups). i tried a bunch of things & can’t get it to work. is there a straight-forward solution here that i might not be aware of?

if not, here’s what i tried & what’s happening:

i’m not sure if i need the delay, but wanted to make sure i had the full list of groups removed before i used Get Value.

i put in the step to remove extra spaces from the list of groups because if i have “Members,Individual Donors” and i Replace “Members” with “”, then the list becomes “,Individual Donors” and Airtable puts a blank multi-select value in my field. and i put in the step to replace blank data with 3 spaces so that if they end up in no groups, the field will be cleared.

but the final step doesn’t actually update the record. i moved it up in the path & put in 3 spaces by hand, and it works, but not at the end of the loop like that. perhaps there’s something i don’t understand about Looping.

i also tried putting a field in Airtable for groups removed & then using an Airtable automation to remove the values, but it seems pretty clear i’d need scripting for that & i don’t know how to script.

thanks!

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • June 12, 2026

@AI_hello 

There is a more elegant and efficient way to design the Zap, albeit a bit more advanced, that uses these:

The concept is to use Code or AI to do the logic to determine which to add/remove/keep, instead of paths.

Then once you have the list to add/remove, you loop thru those.

 

Help links for using Airtable in Zaps: https://zapier.com/apps/airtable/integrations#help


SamB
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • June 15, 2026

Hey ​@AI_hello, since your original question already had a best answer marked and was talking about a different Zap, I've moved your new question out into a new topic. 🙂

Let us know how you get on with Troy's suggestion!