How can I resolve this issue?

Hi all,

How can I resolve for this issue such that I can use the string in the excel file that I want to loop through to be used as an input for another activity after the for each row in excel activity?

Hi @attkren1

Give like this
CurrentRow(“Column”).ToString

@attkren1

CurrentRow(“ColumnName”).ToString

Type this into typeinto activity

Regards

Hi @attkren1

Give CurrentRow(“Column Name”).tostring in the type into activity

Regards,

Hi @attkren1

Give like this in type into activity:
CurrentRow("colName").ToString

We need to specify the value like which column value that you want to write then it will give output as string.

CurretRow is a datarow type so the error raises.

Hi @attkren1

Give the column name in the braces of Currentrow as below

Currentrow("Columnname").toString

Hope it helps!!

ahh, finally got it. thanks @lrtetala

ahh, finally got it. thanks @vrdabberu

ahh, finally got it. thanks @Parvathy

@attkren1
If you got the solution please mark as solution

ahh, finally got it. thanks @supriya117

ahh, finally got it. thanks @mkankatala

@attkren1

Thank You

Happy Automation!!

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