Hi,
I'm trying to patch a dropdown column in a Sharepoint list with 2 arguments : "A envoyer" and "Envoyée" ('To send' and 'Sent'). I would like to modify all the status of my mail communications with "A envoyer".
However, I get the error message: The type of this argument 'Statut' does not match the expected type 'Record'. Found type' Text'.
Does anyone have an idea?
Thanks in advance!
The picture is my Gallery
ForAll(Gallery1_1.AllItems;
Patch(Communications;
First(Filter(Communications;Title=Label13_1.Text));
{Statut : "A envoyer"}))