Hi, all. I am completely new to Wappler and trying to figure stuff out. Right now, I want to build an app and am trying to create to features and workflows necessary for that. The first one is: permit an unregistered user to create a new page by click of a button. I more detail:
User clicks on the button “create wish list”.
Modal pops up asking him to enter the name of the wish list.
A new page is created and the URL is build out of the entered name.
The user is redirected (if necessary with SPA) to his wish list.
Can anybody point out the things that I need to do in order to make this possible? I am currently working with the app template, staring at the “learn more” button and can’t figure out how to proceed.