cancel
Showing results for 
Search instead for 
Did you mean: 

How to Read Data From Web Page ?

MadhuGarg
Level 4
Hi All,

Hope everyone is safe & secure !

How can I read a data from a web page using Code Stage ? I am not so good in Coding, so please elaborate.
Data I mean to say, Suppose against "PO Number" 12345 is present. So I want to read 12345.

Kindly assist.
3 REPLIES 3

PabloSarabia
Level 11
Hi Madhu,

The Code Stage is designed to execute code.

I recommend you that if you want to make any calculations with screen data, pass this data using arguments as input of the Code Stage. Spy in the "Application Modeller", storage the value with the "read" stage, and insert it as an input in your code.


Bye :)

To read data from an element from a webpage you do not need the code stage as suggested.
All you need to do is spy that element in the application modeler and use the read stage to get the value of it and save it in a data item.



EVIPUTI
MVP
Not sure if by code stage you mean some C# code which is hitting some endpoints and retrieving data ? or is a normal web page which can be spied ? or you mean having a selenium code which you want to run in blue prism ?
------------------------------ Vipul Tiwari Senior Process Simplification Developer Amazon ------------------------------