How to pass a Data Scraping Variable (Out) in other Variable

I solved the problem … it was just a syntax problem. thanks for the help!!
but I have to ask you one last favor … I do not understand why the process keeps closing … can someone help me? ReFrameWork-master.zip (3.1 MB)

Could you specify more? It seems you are using te RE Framewok. It should close when there are no more queue items to process.

1 Like

the system collapses me because of an error on GetTransactionItem and I can not understand what kind of error it is

ok. i opened the “get transaction item” flow. It does not get a trasaction item. If you doubleclick the arrow labaleled "no data"in the main workflow - general business process, you will see it triggered by “TransactionItem Is Nothing”. Thus your workflow will always stop.
Are you using RE framework without the orchestrator queue?

1 Like

yes @tsl

it may be that the error is given by the fact that I have passed the second point? (I skipped it because I could not figure out what exactly he wanted to understand) @tsl

I only followed the instructions in the PDF file


Ahh. I didn’t see you were doing the academy - my bad. Anyway your problem is in the import of arguments.

Look at the attached screendump. in the invoke activity you don’t set workitems to anything. You also have validation errors in your get transaction workflow.

1 Like

I’m sorry I did not grasp what you mean @tsl

The above image is what appears when you click import where you invoke the get transaction items workflow. You do not give workitems a value (the last row in the screenshot). thus your workflow cannot process anything.

1 Like

I tried now the flow works.
Thank you very much for your help … I hope I can ask you for more advice later

No problem. See you around :slight_smile:


could you tell me why this error generates me? my goal is to select a state from a list that is in the drop-down
box @tsl
Work_Items_Update.xaml (9.7 KB)

Try the click activity instead for selected new status

I’ve already tried. the only problem is that the selected item is passed through a variable

in addition, the variable is passed from the outside @PrankurJoshi

Try click Activity with Selector as webctrl aaname=‘Completed’ tag=‘A’ and Simulate Click as checked

Hi @momi_fede

It seems you have a new issue. Please open a new thread for that. Also have a look at this thread: How to pass variables in selectors - #22 by sara_s

Use assign activity