Reset a User's Credits every month starting from SignUp date

Hi there, @pshirole12… what you described should be pretty easy to do. First, create a backend workflow that takes a user as a parameter.

Then, add a step to the workflow that resets the user’s credits to 100.

Then, add a second step that schedules the backend workflow to run again 1 month from the current date/time.

Finally, add a step to your signup workflow that schedules the backend workflow to run 1 month from the current date/time.

Hope this helps.

Best…
Mike

1 Like