Browser element question

@postwick

I open a browser with URL. Save the output element in output_ui_element.

Pass this output_ui_element as an input\output argument to to workflow2.
Work flow does some clicks and activities.

Now can I pass the output_ui_element as an input\output element to workflow3? Does it work? Somehow I am getting an error.

Thank you,

Yes, as long as the UI element still exists this should be possible.
This might be the usual open door, but sharing the actual error and such would surely enrich your post.

1 Like

It only needs to be an in argument, not an in/out. (Unless you’re changing output_ui_element in one of your workflows)

Please always share details when posting a problem - like the text of the error message and screenshots of the relevant activities - so we don’t have to ask for them.

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