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

RPA_Opportunity

New Member
Hello Team,

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.
 

Pete_L

Active Member
You could write the data item's value to a text or Excel file. Then at the beginning of the program you can read in the value from the file and re-populate the data item next time it is run.
 
Hello Team,

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.
Its better to store value in the excel and retrieve value during next run.
 
Top