I have a sharepoint list, I want to update a specific field.
here is my formula :
Patch(
MyList;
LookUp(MyList; Title = Text(DataCardValue));
{MyColumn: TextInput}
)
I have this tipical error ...... :
"Network error while using the Patch function: The requested operation is invalid."
Thanks in advance 😃
very good thank you !
Greatings 🙏
Without seeing your data it is a bit hard, but you may be trying to do this
Patch(
MyList;
LookUp(
MyList;
Title = DataCardValue.Text
);
{MyColumn: TextInput.Text}
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
WarrenBelz
146,535
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,908
Most Valuable Professional