I am really struggling with a navigational/workflow issue and can’t seem to find any answers anywhere.
Let’s say I have an AI-based Template for generating product names. The template slug in the template app data is product_name. As such, the URL to display that specific template is www.domain.ai/template/product_name
The user completes the product_name template fields in the templates section and hits generate. The app generates three potential product names. A button is displayed next to each output that is labelled “Next.” The choose selects the product name they like best and click the associated button.
The workflow I would like for this “Next” button is:
Action 1: Copy to clipboard from static text (I have achieved this via Text to copy: Parent group history detail’s response)
Action 2: Reload template page with a different template slug: www.domain.ai/template/product_description
Action 3: Populate one of the fields on the product description template with the static text copied to the clipboard.
I have been unable to get past action 1. I can’t figure out how to navigate directly from one template slug to a specific template slug using a button as an element link and how to subsequently populate one of the fields with data copied during step one.
Can anyone help please?
Thanks,
Sarah