Hi everyone,
I have a SP List called 'Cat Man' with 3 columns: "Titre","Pilote","Mail".
I'm trying to create a Patch Fonction using a Lookup Fonction that get the value from a combobox selected item. But I have issues with it. The function that I use:
LookUp('Cat Man'; ComboBox4.Selected.'Nom du groupe mis a jour'='Cat Man'.Title; 'Cat Man'.Mail)
But it doesn't show anything.
And this function:
LookUp('Cat Man'.Mail; ComboBox4.Selected.'Nom du groupe mis a jour'='Cat Man'.Title)
I get an error saying that I can't compare a Text and Table.
Does anyone as an idea to make it work.
Thanks by advance.