Hello, everyone! I am creating a website where the signed in client can do an order of the service by filling out questionnaire and then see that order (details) in his profile. However, I do not know how? I thought that I would do it using the “User” data type, but in the workflows you can not create a new data of “User”. I would be very grateful for a solution!
User is a special object in Bubble. They need to be signed up to the app. It is meant to be used to manage actual users logging in and out of the app.
Alternatively, you could create a separate object called user as well. But it will behave just like any other object in the dB …
Here a few videos to guide you