Hello,
for a an flow i need to open a few websites parallel and each site needs time to load.
So i want to do
Launch new Chrome
an set "Variables produced" as %Browse1%
Launch new Chrome
an set "Variables produced" as %Browse2%
Launch new Chrome
an set "Variables produced" as %Browse3%
and so on.
no i want to be able not to define the Variables produced while the flow is running like:
Set Variable X = 1
Loop until (count of needed Browsers)
Launch new Chrome
an set "Variables produced" as %BrowseX%
Increase Variable X +1
But i not able to set the "Variables produced" as a variable.
Does someone has a idea / solution?
Thank you
Sascha