- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello @anoopa24021992 ,
Use a javascript activity in your workflow and save the value of getOption in that variable and then call the variable where you are calling the getOption.
So in your javascript code, You will write.
vars.envVariable=getOption("environmentVariable");
and the path variable, you can use this.
D:\FolderX\<%= vars.envVariable %>\xyz\
Let me know if that helps.
Thanks,
Views
Replies
0 Likes
Total Likes