Hi,
I have created a workflow that retrieves field data and then inserts the data to a SQL table. My problem is one of the fields is a multi-value field.
Under Retrieve Field Value I selected All Values and the Values at the Indices 1, 2, and 3. If I am only writing one field to my table it replicates 3 times. If I have 2 the first value is fine and the second value replicates 2 times and if I have 3 values then it is perfect.
What can I do to stop the replication? Thank you