Add monthly credits to data type based on subscription start date

Hello,

I would like to issue credits for a user as soon as they sign up for a subscription.

Credits are issued on a monthly basis, one per month, so I am looking to sum credits over time based on the start subscription date, and add one on a monthly basis.

I created a data type called "Credit,’ and two features: “Credit” and “Credit Total Value,” in the database to store this information. Any suggestions on how to make this work most effectively?

Thanks!

Did you get this working?

Surely you would just add a field on the user type and do a monthly api workflow on a list to add 1 to each user’s credit field that has an active subscription

Yeah, my bad, I just learned about the monthly api workflow. Definitely the answer.

1 Like