Thanks 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
------------------------------
Original Message:
Sent: 11-29-2021 03:35
From: Jeremy Anson
Subject: While running Pipelines, there is an error that says "Validation error: This pipe requires a single item target, not a list"
Hi,
In my experience it's difficult to debug pipelines, but in this case you may need to place your update record inside a loop (if you haven't already). Add the loop using 'insert loop' from the 'Drag a step here or ...' box within the pipeline. Hope that helps.
------------------------------
Jeremy Anson
Original Message:
Sent: 11-28-2021 15:58
From: Souvik Chaki
Subject: While running Pipelines, there is an error that says "Validation error: This pipe requires a single item target, not a list"
Whenever we try to update an item using search records and then update record, its says the following error : "Validation error: This pipe requires a single item target, not a list"
Can anyone help me what is this error relating to ?
I cannot understand what is the method to debug and check the correct method.
------------------------------
Souvik Chaki
------------------------------