Skip to main content

Hi all,

 

I was able to successfully integrate stripe and air table but I can't figure out how to update one of my airtable fields incrementally.

Here is my use case: I'm basically charging people for credits and I need to reflect those credits in the users table so I can keep track of them.

If user purchases a 10 pack, I'm trying to figure out how to add the number 10 into the credits table. Another case is IF the credits table already has 3 credits in it THEN the new purchased on 10 needs to get added so the total in that field is now 13.

Any help would be greatly appreciated, thank you!

Hi @journeyadrian 

Good question.

Try these Zap steps…

  • Action: Airtable - Find Record
  • Action: Formatter > Numbers > Perform Math Operation (ADD)
  • Action: Airtable - Update Record

Thanks @Troy Tessalone !! I will try this.