I am currently working on an AI app that consists of a series of templates that assist with writing tasks.
An issue I am having is that I can not figure out how to navigate directly from one template to another. Say for example, I have a template that generates potential product names. I want the user to be able to select their preferred name and then click “next” to progress to a second app that will generate a product description based on that name; i.e., I want to build a workflow that involves the user copying the output of one template, clicking on a “Next” button that links to the next template, and pasting the content into that template (or better still, it being auto-populated).
Say, for example, I want to navigate to http://www.domain.ai/template/template-slug, how would I do that? I can see how to navigate to a page (including the template page… [www.domain.ai/template]) but not how to load the slug. This issue is related to the first, as I am hoping to lead the user through a series of processes that build a better output.
Thanks for any help you can give me.