cancel
Showing results for 
Search instead for 
Did you mean: 

Javascript

Neel1
MVP
Hi, Please can you tell me how can I store the value of variable that I have used in Javascript code through code segment and invoke function? BR// Neeraj  
2 REPLIES 2

DavidEdwards-Da
Level 5
You can iterate over all the ShellWindow instances in a code stage to find a reference to the IHTMLWindow2 interface of your automated application or, as part of your javascript execution create a hidden element on the page and store the variable in the element's value, then use Blue Prism to read that element's value

Neel1
MVP
Hi,   I extracted value of textbox  using document.getElementById(""id"").value now I want to store this value into some variable and want to use this in BP flow.How cam I store this value in any data item??