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
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.
Thanks @Boopathi.M
i’ll check with that
Thanks,
@pravin_calvin
i’ll check with that