Hi Team,
- I have two dashboards - dashboard-1 and dashboard-2.
- In Dashboard-1, i have a text input field with a value populated from the events and a link which takes the user to next dashboard
- I need to pass the dashboard-1 text input called errorid value to the dashboard-2 text input field. When the user clicks the link in the dashboard-1 ie. http://www.google.com?form.errorid=$errorid$.where $errorid$ is the dashboard-1 text input value
- so that when the user navigates to dashboard-2 the text input field called errorid will be populated with the value from the link.
Kindly help me to resolve this issue.