@niyaz006 @kumasaua following approach can be taken. Please try out and confirm if any assistance would be required at any step or the following is good enough 🙂 1. On click on URL redirect the form input values can be stored to KV Stored for the User logged in. 2. In the destination dashboard do not use Splunk's built in form inputs, instead use HTML inputs. 3. Fetch the values for various inputs using KV Store data for logged in user using the inputlookup and store in respective tokens within dashboard (not form tokens). 4. Delete row from KV Store as launch is complete. 5. Use Simple XML JS Extension to populate selected values from tokens to respective inputs. 6. Use Simple XML JS extension to code change/click event handler for your html inputs to set respective tokens (not form tokens) within the dashboard.
... View more