Here i need to enter data in row wise how can i do that?

image

Hi @Guduru_Ruteesh_Raju

Welcome to Community!

Elaborate on your requirement?

Regards

Hi @pravin_calvin
here i have used for each row activity when each time it iterates the data should enter accordingly
i have shown this as example.

Regards

Hi @Guduru_Ruteesh_Raju

Use For each row activity

Inside foreach row use

CurrentRow(“ColName”) = your value Like below in assign activity

CurrentRow(“Name”) = value
CurrentRow(“Location”) = value
CurrentRow(“City”) = value

Thanks,
Boopathi.

Hi @Guduru_Ruteesh_Raju

Here use Assign Currentrow(“YourColumnName”) = “yourValue”.

Regards

Thanks @Boopathi.M
i’ll check with that

Thanks,
@pravin_calvin
i’ll check with that