Global variables and bookmarklets

I am trying to keep my macros in the bookmarklets but when I run the first bookmark macro that is used to store global variables it closes UI.Vision after running which deletes the stored global variables that the second macro needs.

Is there a way of running the macro without terminating UI.Vision?

Yes, in bookmarklets code change this part

From:
closeRPA: 1
to
closeRPA: 0

It do not close ui vision after run macro.

I was thinking it was something that needed to be changed. ButI thought it was in the actual macro or settings on UI.Vision.

Thanks

1 Like