Reply To: Erreur sauvegarde collection vers liste sharepoint

  • Florian Gajdos

    Member
    28 septembre 2023 at 9h50

    DavidZed J’ai une méthode pour récupérer correctement les données des colonnes recherche :

    Collect(n    CreationParc;n    {n        Centre: {n            Id:LookUp('Liste centre de maintenance';'Centre de maintenance'=ComboBoxCentreAjoutParc.Selected.Value;ID);n            Value:ComboBoxCentreAjoutParc.Selected.Valuen        };n        Technologie:{n            Id:LookUp('Liste technologie';Technologie=DropdownTechnologie.Selected.Technologie;ID);n            Value:DropdownTechnologie.Selected.Technologien        };n        Parc: TextInputParc.Text;n        Turbine: TextInputSnTurbine.Text;n        Exploitant: TextInputExploitant.Text;n        Emailexploitant: TextInputEmailExploitant.Textn    }n)

    Ensuite le patch vers ma liste sharepoint fonctionne correctement !

    Encore merci d’avoir pris le temps pour mon problème.

    CommentID=X5VTjm7Yk1SK6cR, PostID=ukZsywYt1asBB4K