Like this you mean?
yah exactly
Cheers @jimmy_jos1
Not working
Does the columnname referred is correct
Cheers @jimmy_jos1
do I have to set value on Uioutput?
Hi…Can you help me on this
share the open browser xaml file
Flowchart1.xaml (12.8 KB)
Please check
I will check that, can u pls share the input excel sheet with dummy data for testing the code.
Database.xlsx (11.1 KB)
Updated the workflow. Working fine now.
Flowchart1.xaml (17.5 KB)
You have declared two variables with same names in different scopes. so, it returns 0 rows.
Thanks!
Many Thanks!
Just one question both the rows link are opening at the same time…but like in my scenario I have to open first row link upload the data , close browser and till end of rows
Use kill process(to kill browser)
at the end inside for each activity
Can you please check why I am facing this error as I already define variable.
Please provide your xaml file i will try to find it
Please find attached Sample.xaml (27.2 KB)
you can directly pass value in type into activity like below,
row(“Journal Batch OR WF ID”).toString
or
row(column index).tostring
if the value present is 1st column use index as 0
2nd column use index as 1
3rd column use index as 2
and so on…!
Eg: row(0).toString
Note: no need to Get Row item activity.
@ you mean to say
Get Row Item
Write line
is not required?
Can you please send me the update xaml. file
Sample.xaml (26.5 KB)
I mean No need to use Get Row item activity and writeline also.