Hello! I am working on a just for fun project. Its a Training app. A Training consists of Sessions which a based on multiple Tasks. Each is a Datatyp with several entries. Connected in Lists.
When a user ads a Training all the Things should ne copied so he can track his Progress.
Is there any possibility to do this without a Backend Workflow? I dont want to go on a paid plan for this.
for my case I solved the problem by creating two more data types for my user. the data will be created during the training process and not at once on a button click with backend workflows.
maybe this is better considering that I don’t create unneeded data.