I want to create pages dynamically whenever a button is clicked

I am building an app where people can ask questions. So whenever people click on Ask question button, it should create a new page dynamically with the question typed as the name of the page. How to do it in bubble?

1 Like
  1. Create a new page.
  2. Make the type of the page “Questions” or whatever you have in your data
  3. Define the type of data
  4. Dynamically write out whatever you want to be on the page
  5. Configure it so that when the question is created it redirects them to the page.
1 Like