I am extract the urls from excel file and type into google but error come
Can you share the error message
Can you check if the row is declared in the current scope
row("URL").Tostring +"[k(enter)]"
Regards
Gokul
@Kuldeep_Pandey
The Browser actvity placed on for each data table activity?
Check your Input string.
If possible Send the screenshot of error message
HI,
Can you share type of Row variable and screenshot of the whole workflow?
Regards,
Hi,
I suspect variable Row is datatable type. If so, Try as the following?
Row(0)("URL").ToString+"[k(enter)]"
Or use ForEachRow as @Gokul001 suggested.
Regards,
Inside the For each Row in Data table activity in Body @Kuldeep_Pandey
Try to use Assign activity Like this
Row("URL").ToString + "[k(enter)]"
Can you share the XAML file with us @Kuldeep_Pandey
DataTable value is null.
- Read Range activity → Store it as DT
- Use For each row in Data Table activty
Regards
Gokul