How to use a variable inside an invoke code

Hi, I want to use a open RPA string variable inside an invoke code activity, but I can’t find how or where to pass it, can you give me some example?

This is what I’m trying:

I see you are using an old version of OpenRPA.
In that version all variables are automatically mapped into invoke code ( variables, NOT arguments )
If you want to control what variables are mapped ( and also be able to map arguments ) you need to upgrade OpenRPA:

I have upgrade OpenRPA and now I can add arguments but I still can’t make it work, there’s some way to type the arguments inside the invoke code?

image

in powershell you reference variables using $
so $strurl

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