Hello there!
I have a Sharepoint list with 2 columns; MontageFirma & MontageFirma2
These columns show the company working on a certain project, there can max be 2 companies working on 1 order. I need to have all companies in a dropdown only once.
I tried to find a way with Distinct, but you can't distinct on 2 columns.
Currently I got this code, but there are duplicates;
GroupBy(
'D-Nummers-OpleverApp';
"MontageFirma";
"MontageFirma2";
"MontageRecords"
)