Répondre à: Champs "Autre

  • Alexandre

    Membre
    27 avril 2022 à 18h52

    Salut
    Un truc du genre peut être :
    Dans la source de ton combobox (Items) :

    ForAll(n    Sequence(CountRows(ComboBoxSample)+1);n    If(Value=CountRows(ComboBoxSample)+1;{Value1:"Autre"};Index(ComboBoxSample;Value))n)

    Ce qui donnerait :

    Puis pour réaliser les actions qui dépendent du choix ‘Autre’ tu peux faire un if sur la condition : ComboBox1.Selected.Value1 = “Autre”

    CommentID=NnwiGtlpq16EU8G, PostID=CWSBRijghAVHbmB