As per the title, I can’t find anywhere in the docs that states whether a list of things will always contain only unique elements?
Eg. if I try and add ThingA1 in a list of ThingAs that already contains ThingA1 in a workflow, will the duplicate element be added to my list of ThingAs such that there are now two ThingA1s?