Hi,
i need to patch or update only the first record of the first column of a sharepoint list. i don't want to add new records each time.
Please find my current formula:
Patch(
Renommagesavepower;
LookUp(Renommagesavepower; ID=1);;
{
Titre: varCounter
}
)
How to save my variable "Varcounter" to only first line of my sharepoint list Renommagesavepower ?
Could you also help me to know what is the formula also to get my saved variable on the first line of sharepoint list on a label on my power app?