cancel
Showing results for 
Search instead for 
Did you mean: 

Application handle method

ChetanNinghot
Level 4

- There are 2 applications,
- I want to get data from application 1 and want to store it on application 2
- But the data should not get stored on bp server
- and the storing of data can be done in single attempt only, if got any failure or changes in data it cannot be possible.
How will you do that

------------------------------
Chetan Ninghot
------------------------------
4 REPLIES 4

Neel1
MVP
Hello @Chetan Ninghot

what  type of data is it​?
Application 1 and 2 are browser based application or some other kind ?
how big is data? 
is the data coming in CSV/EXCEL or it is just a string which you pass on from app 1 to app 2

------------------------------
Neeraj Kumar
Technical Architect
------------------------------

Application is web based application 
And data is string 

Thank for your response niraj kumar


------------------------------
Chetan Ninghot
------------------------------

Hello ,

1.you can read value from from one application in a data item using read stage
2.Write then value in another 2nd application . If write do not work then other method like send keys can be used.

please use attach and detach to work between both the application.

------------------------------
Neeraj Kumar
Technical Architect
------------------------------

Thanks niraj kumar for your response


------------------------------
Chetan Ninghot
------------------------------