Free 3-day Trial Workflow

I’m trying to enable new users to sign up without a credit card for 3 days, but then require the user to go through a Stripe-based sign up to continue using the app after 3 days.

I believe the workflow would involve comparing the Current User’s Creation Date (see below) to the Current Date and requiring a Stripe/credit card sign up if the difference is greater 3.

image

Does anyone have further thoughts on how exactly to implement this? I’m having trouble subtracting/comparing dates to determine if the difference is less than 3 to determine if the user is still within their free trial period.

Thanks!

I think something more simple to follow could be to do a backend workflow and set the Scheduled Date/Time for Current Date/Time + 3 Days. Then change a data field like FreeTrial=“no”. I think that might be easier to comprehend. What do you think?

No need to hurt your brain about dates at all. Just see if the FreeTrial field is “yes” or “no”.

Hope that helps! :blush:

@j805 www.NoCodeMinute.com

For All Your No-Code Education Needs:

  • One-on-One Tutoring
  • eLearning Hub
  • Video Tutorials
  • No-Code Classes

Sounds like a good approach I will try it!

2 Likes

:+1: Hope that works for you! :blush:

This topic was automatically closed after 70 days. New replies are no longer allowed.