Reset all data item after completing the record

Doesn't BP do this by itself?
How it works:
Data Items not to have any initial value.
During steps, whatever information gets added to Data Item, it stays in current value field.
As soon as reset is clicked, the current value becomes blank.
 
It won't.
It can only be overwritten in run time.
You need to override the current data with new data or use calculation stage to make it blank.

Regards
El Guapo
 
how it will work at runtime ?
There is an option on each data item to "Reset to Initial Value whenever this page runs". The Blue Prism process templates available on the Blue Prism portal feature a Reset Global Data page where you place every data item that you want reset if the page is called. This page is called in between working different items from the work queue. Please look at the process templates and documentation to see how Blue Prism recommend doing it.
 
Top