Difference variable value for one uipath package

Hi, I have one uipath package and it has some variables scriptPath, functionPath.
These variables will be different. So currently I have to hard code those variable and deploying a new package to orchestrator.
I just wonder if there is a way for me to specify difference value for scriptPath and functionPath when I try to create a process without the need to deploy a new package again with just variable value changes.

Hi @Duyen_Huynh,
Welcome to the Community!
Of course there is such solution. You can define your variables as separate assets in the Orchestrator and then import them in the project as input arguments using the “Get Asset” activity.