Getting error "assign exception has been thrown by the target of an invocation"

That’s the issue
If that assign is used in a for each or for each row loop and if the TO property variable is from that loop then it will show
Like if we are trying to modify a element or delete a element from the variable that the loop is iterating with then we will face this issue
Cheers @SOURAV_KUMAR_DAS

2 Likes