Hello,
I would like to create a 14 days free trial on my app from the moment they create their account, and then switch them automatically like that they can’t use the app.
Can someone help me ? I don’t want to use stripe, just with bubble.
Thank you in advance 
Yes it’s possible. On sign up, start trial by entering the current date on a trial_start field and an end date on a field end_date which would be current date/time +14 days. then create a workflow that will fire when current users trial end_date >= current date
Alternative method using custom states. (Plus the flexibility of changing the trial length date easily)
Default value for trialActive is 0. Also, ignore the stripe_status line in the final tab as you’re not using stripe.