Hello,
I would like my Collect function and after extracting my csv not to order the elements alphabetically; so it leaves the elements of the array as I entered them:
Clear(collection);;
ForAll(Gallery2_5.AllItems; Collect( collection;Table({Nom:Text( ThisRecord.Nom );Prenom: ThisRecord.Prénom ;Projet: ThisRecord.Projet;Localisation: ThisRecord.Localisation; NNI:NNI;Date_Arrivee: ThisRecord.Date_arrivée ;Date_Depart: ThisRecord.Date_départ ;Engagement_Confidentialite: Text('Signature engagement confidentialité ')}) ));;
Thanks to you