Automatically update user's paid status after 7 days

I’m trying to figure out how to give users a 7-day free trial by automatically setting their paid true/false to true when they sign up, and reverting back to false 7 days later. Is this possible?

Hello, it can be created by having a true/false property and a Date and time property which will be called “end of trial” so you can adjust it to (when current time is equal to this property, the trial ends.

Thank you!