Hi all,
i’m currently doing the RPA advanced developer training.
i can"t call the imported argument from invoked workflow(ACME_DataScraping.xaml) in an IF activity. The invoked workflow stores data as data row in the “out_WorkItems” Argument. And then i cant call it in the main sequence in the IF activity. The screen Shot is attached. Plz do help me. I’ve been struggling with this project for days.
So should i Store the output of my workflow in a variable and then create the argument and assign that variable to that argument? I don’t know if its right but i’ve tried that and the variable is’nt showing up since its scope is limited to the invoked workflow.
You store the output in a variable, but you won’t have to create another argument, as you already have created it. If it’s the scope that is a problem, you can increase the scope of the variable under the Variables panel.