in for each loop after getting values from current row we have to update “Validated” ie, (AU Column) and move to next row
Can you re enter the value in the Assign activity
Currentrow("Column name")
Regards
Gokul
Hi,
Can you remove dot(.
) just after CurentRow?
Regards,
Hi @sandeshdeshpande726
You have to remove the point.
You only need the following:
CurrentRow(“VerifyingEntry”)
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.