How to to add a "validated" in for each loop in current row

in for each loop after getting values from current row we have to update “Validated” ie, (AU Column) and move to next row

Hi @sandeshdeshpande726

Can you re enter the value in the Assign activity

Currentrow("Column name")

Regards
Gokul

Hi,

Can you remove dot(.) just after CurentRow?

image

Regards,

Hi @sandeshdeshpande726
You have to remove the point.

You only need the following:

CurrentRow(“VerifyingEntry”)

@Gokul001 @Dawodm @Yoichi


after removing the dot i am getting this error

Just Re enter the “Validated” in the assign activity @sandeshdeshpande726

Check it.

Currentrow("Column name") = "Validated"

thanks its working

Great @sandeshdeshpande726

Kindly close this topic by mark as solved. It will help for other too.

Regards
Gokul

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