Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)
edited by

I have an issue, I want to recall the argument. I already define it in a workflow. But I need to use it in another workflow in the same package.

I added Invoke Workflow to import the argument

I created a new variable and add it as default value

Is there any idea how to get the text from workflow to another workflow? Thanks in advance

closed

1 Answer

0 votes
by (29.5k points)
selected by
 
Best answer

When working with arguments you should consider your workflows as functions using Arguments as inputs and outputs. These Arguments need to be visible to the respected Workflow in order to be accepted.

after watching your screenshot thought I have a workaround also that might work:

  • Add invoke workflow file in your first workflow
  • Click edit arguments and create an argument with the same name and type.
  • Finally, if you create an argument with the same name and type in the arguments panel of your second workflow you should be able to access it.

Related questions

Browse Categories

...