Hello Team,
I am trying to patch a value to sharepoint but each when I am patching the value, In the sharepoint it is showing item is edited but the value is not updating actually there.
Anyone can help me out?
Here's the code:
Patch(
'Medicine List',
Gallery2.Selected,
{
StockOut: Value(qty.Text)
};
);