Hey @tanvir.islam
If I understood your question correctly – in UiPath, variables are reset every time the process runs. They only exist during the execution session and are not persistent between runs.
If you want to retain a variable’s value after the execution ends, you need to store it externally. Depending on your needs, you can use options like storing it in an Orchestrator Asset, writing it to a queue, or saving it in a database.