Hi there!
I’m fairly new to Bubble but my app is basically a table of records. So, I want to include an example record (a data thing) for every new user.
I’ve created a workflow so that every time a new user signs up, they automatically create a new record with some default settings.
E.g.
- Name = Michael Scott
- Job Title = Regional Manager
- Company = Dunder Mifflin
This works fine when the fields are text as I can just write them into the workflow. But one of the fields is a Featured Photo. In the workflow manager, this doesn’t bring up the option to manually upload a photo as a default.
I’m not sure if I’m being blind and missing an obvious option?
When a user signs up, I want to automatically create a new data thing with an image already added to an image field.
Can anyone help?