I am trying to make a site that allows you to make a blog page, and I am wondering if it is possible so that when a person Creates a Blog it will make them a separate page?
If this is not possible is there something I can do similar to this?
I have made it similar so that you select a blog you want to view and it sets it to the currents users Blog Viewing. How can I make a feature where people can send a link to their blog and it sends them directly to there?
When you initially create the blog item, you can also set the slug (it’s a different action to the create thing action). You can then create an action to create a link to the blog page using the page URL plus the slug.