Best answer

Increment certain field in Airtable when a payment is made in Stripe.

  • 31 May 2023
  • 2 replies
  • 48 views

Userlevel 1

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!

icon

Best answer by Troy Tessalone 31 May 2023, 23:19

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @journeyadrian 

Good question.

Try these Zap steps…

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

Thanks @Troy Tessalone !! I will try this.