I have a flow with a sequence that opens the browser, I’m saving the UI browser output in a variable.
I now want to pass this variable to an action inside a different workflow using the invoke workflow file, how can this be done?
You can use arguments to pass variables between workflows.
Can a UiBrowser object be passed between workflows as well?
I believe so. Didn’t it work for you?
Update: Just tested on my computer. It’s working fine.
Hello @haberar911,
Welcome to the UiPath community!
Like @ptrobot mentioned, you can definitely pass the browser object as an argument across different workflows.
Happy Automation!
Regards,
PD