Forum Discussion
1 Reply
- AndrewMcClaryQrew MemberThanks for this, solved the error for me.
This error is occurring, if I understand correctly, because the select statement could return multiple records which match the query. The 'Update Record' pipeline can only update a single record, so the loop allows it to run only once, per record.
------------------------------
Andrew McClary
------------------------------