Hello,
I would like to add the same element twice into a list.
Example :
I have a database of element : element A, element B, element C, …
And I am trying to create a list of elements.
Example :
Element A
Element B
Element B
Element C
As far as I understand, we cannot add the same element twice into a list (here element B).
I created a key field for my data type element and a WF which attributes a random string key to each element.
The WF is working but it doesn’t change the unique ID of my element so I still can’t add element B more than once into my list.
Do you know how to solve this issue ?