Hi,
I have a table in dataverse that contains a string column called "IDHardware", by example:
IDHardware
1:4:7
With 3 or more values separated with ":" or "," (it is the same for me)
How can I create a collection like:
collectionIDHardware
1
4
7
With one row for each value or the column.
I need to use a Lookup to retrieve the value of this column, and the what else?
Thanks in advance,