Value for a require activity argument 'Text' was not supplied

Hey!

Anyone who knows what the issue is here?

asfasdf

1 Like

we need to pass value for this argument buddy as it is IN direction type of argument that would pass the value to the workflows that we give as value
image
Cheers @ChrisPals

2 Likes

and that value should be a URL where you want to runt this process.
and usually this url is passed from a config file
kindly look at the procedure mentioned in the uipath academy on how to pass the value from config to the workflow
Kindly revert for any queries or clarification
Cheers @ChrisPals

2 Likes

We have two concepts in UiPath:

  1. Variables(Local to the workflow declared, initialized and used inside workflow).
  2. Arguments(Values which is the results of another workflow/value which is not only dependent on the current workflow).

we use to create separate workflows mainly because of the dependent values which will be the results of Previous states or Some other flow.

here in your case you are invoking the some workflow which need some input values to trigger and that should be passed either as a constant string from the place you invoked or some variable values which was generated in previous stages and Since that value is missing you are able to see this error.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.