変数の型とスコープの初期値について

こんにちは

UiPathで変数を作成した際に設定される変数の型とスコープの初期値を変更する方法はあるでしょうか?
型はほとんどstringでスコープもほとんど最大のスコープで設定することが多いため、
毎回変更するのが手間に感じます・・・

@basashi5

In that case, create Arguments and pass values to this. Then no need to change scope each and every time when you create new variables.