cancel
Showing results for 
Search instead for 
Did you mean: 

Blue Prism , how to preserver values in Data Item between program runs

RPAJob_Opportun
Level 3
I am looking for a way to retain the value of a data item and store in some place so that I can use that value in the next run of the program.
Any assistance will be greatly appreciated.

------------------------------
Mithun Nahak
------------------------------
2 REPLIES 2

sumire
Level 8

I save them to excel or csv file and load it at the next run.

------------------------------
Mitsuko
Asia/Tokyo
------------------------------
------------------------------
Mitsuko
Asia/Tokyo
------------------------------

You could use the Work Queues to hold the data. In First Run, update the queue item using Set Data action of Work Queues BO, Update the Tag with something to identify the required item in the next run and unlock the item. In next run get the item from queue by applying the Tag filter in Get Next Item action.

Hope this helps. Cheers!

------------------------------
Rafeeq Mohammad
Automation Engineer
Q4 Associates Ltd
------------------------------