I am doing a database query that returns a list of values such as this.
456489
456489
456489
425641
425641
123456
I would like the result that I put in a multi value field to be.
456489
425641
123456
Is there a way to do this in a workflow preferably without a script but I am open to options.
Currently I am using a standard query option with a for each row with an assign values element inside the for each row.