Error into type into

I am extract the urls from excel file and type into google but error come

Hi @Kuldeep_Pandey

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 @Kuldeep_Pandey

Try like this

CInt(row("URL").Tostring) +"[k(enter)]"

Regards
Gokul


STILL ERROR

HI,

Can you share type of Row variable and screenshot of the whole workflow?

Regards,

Hi @Kuldeep_Pandey

Are you using For each Row in DataTable activity

image

Regards
Gokul

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)]"


new error

Can you share the XAML file with us @Kuldeep_Pandey

DataTable value is null.

  1. Read Range activity → Store it as DT
  2. Use For each row in Data Table activty

Regards
Gokul

Check out the XAML file @Kuldeep_Pandey

RemoveParticularData.xaml (10.5 KB)

Regards
Gokul