Using Vector DB writer in For loop
Summary:
We are trying to create transfer orders by uploading a file having multiple records. The orders are created successfully, but we need to capture the rows where user have provided incorrect data.
To capture the records in the loop, we are using Vector DB writer, and the records are inserted successfully. But as an output, we can only get the last record which was inserted, and all the other rows are not returned.
How do we aggregate all the error rows in the loop and return the results in am email to the end user?
Content (please ensure you mask any confidential information):
0