Runtime Arguments Json for input

Hi All,

i would like to ask for any help or assist on how to create the argument, I want to create processes but unable to proceed because I need to enter value in the argument.

my UiPath version studio is 2026.0.182 STS

Hi @Saiful

Please follow this approach

1 Define arguments in Studio
2 Publish the package
3 Provide matching JSON in Orchestrator
4 Use {} if no arguments are required

If it’s helpful please mark as solution & Happy Automations

@Saiful

Can you show the argument in your Main.xaml

In your process, main workflow add input argument. Then publish it. Then you can map value to this argument from orchestrator.

@Saiful

you can add json

{"YourArgumentName":"Value you want to provided"}

cheers

Define the argument in main.xaml which you want to use/see in orchestrator, then you can publish the package it will start reflecting in orchestrator, you can use it accordingly by proving values or keep it empty depending on the use and your code configuration.
Let me know if you need more details.

Hi @Saiful

Define your input arguments in UiPath Studio for your main workflow, publish the updated package, then the arguments will appear here so you can enter values. If no arguments are needed, leave it empty and make sure the package is uploaded correctly.