Reusable Redwood Page with Dynamic form for multiple actions
Summary:
I have a requirement to display 10 integrations on Page1 (Welcome Page) as a List, and upon clicking an integration, it should take me to Page2 (Welcome Template), where it should show the parameters of that integration as a form with a button that will submit that integration. Now I should not create 10 pages for 10 integrations; instead, I should be using a single page, and the parameters should change according to the integration I select in Page1.
Content (please ensure you mask any confidential information):
Scenario 1: 5 integrations with parameters
Page 1: I have a list of 10 integrations, but only 5 of them have parameters. Whenever I click on any of these integrations with parameters, a new page (Page 2) should open, displaying the specific parameters for that integration. There should only be one Page 2 that will be reused, and it should update the parameters based on the selected integration from Page 1. Additionally, the form and action chain should change according to the integration I select on Page 1. The integration can then be submitted from Page 2.