Best answer

How to update Google Sheets with Stripe subscription status using a scheduled transfer?

  • 13 July 2023
  • 5 replies
  • 37 views

Userlevel 1

I have a zap connecting Stripe and Google Sheets. A new row is added to Sheets every time a new subscription is created. I want the google sheet to be updated once everyday with the Status of the subscription so it captures cancellations. Status is a seperate column in the sheet. 

I thought of setting up a scheduled transfer between Stripe and Google Sheets. It would need to lookup the subscription id (Column 1) in google sheets in the Stripe subscription database and then update the status. Am not sure how to accomplish this. Any help is appreciated!

icon

Best answer by Troy Tessalone 13 July 2023, 18:57

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.

5 replies

Userlevel 7
Badge +14

Hi @Inika 

Good question.

Make sure to log the Subscription ID as a column in the GSheet.

Try these Zap steps:

  1. Trigger: Stripe - Canceled Subscription
  2. Action: GSheets - Lookup Row
  3. Action: GSheets - Update Row
    1. Map the Row ID from Step 2

 

Userlevel 1

Thankyou. I don’t see the option of “Row Id from Step 2” listed in the dropfown in step 3. 

Userlevel 7
Badge +14

@Inika 

There are 2 variables you can use:

  • Row
  • ID
Userlevel 1

Thanks. that worked!

Userlevel 7
Badge +6

Hi @Inika,

Thats fantastic news! I’m glad Troy was able to help you out!

If you have any other questions, please don’t hesitate to reach out to the Community. We’re always happy to help! 😊