how to pass dynamic URL to launch state

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-02-18 11:01 AM
i want to dynamically open URL how I can perform this..?
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-02-18 02:13 PM
Use an input parameter into the object and launch using a Navigate stage
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-02-18 02:45 PM
Hi Sumit..
in the Navigate stage, for launch action of the element, you will have inputs section.. In that, select CommandLineParams and pass the environment variable which you can update dynamically

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-03-18 12:44 PM
thanks John__Carter and Chaitanya91
