Can a Wappler function allow my app to create a route automatically, or can I only create them by hand from the user interface?
Please provide an example of what you want to achieve.
I want to route:
to
Where xyz and abc are values from the database.
Well you need to create this in the Routing panel, as for this kind of route htaccess rules need to be generated.
But I want it to happen automatically when a form is submitted… is that possible?
I can’t answer your question as this is not clear to me:
Please provide an EXACT and DETAILED example of what you are trying to achieve.
So when the form is submitted, the values xyz and abc are generated by a server action… and on success of the form submission (or when the server action runs), I want the route to be automatically added to the htaccess file.
That is not possible, but also most probably this logic is not correct and that is not what you want to create.
Thanks @Teodor!