Hi,
My Patch function doesn't seems to work, I use a collection to save all data change in a gallery to Patch them in my Dataverse.
I use this formula:
Patch(
'CRM - Commande';
colTaskUpdatesCommande
);;
Clear(colTaskUpdatesCommande)
When I press the button with the formula, I get this error :

It said : network error during Patch function: the "ix_name" field is mandatory.
The problem is that the field "ix_name" is use.
How can I fix it ?
Thanks,
Tom Victor