Hi All,
You probably can help me.
I have a sharepoint list 'Próbalista' with Column 'Ügyfél' and choice list named "Munkakosár". I made a button and I liked to change the choice value to "központi".
Here is my code:
Patch(Próbalista, First(Filter(Próbalista, Ügyfél.Value = DataCardValue9.Ügyfél.Value)).Munkakosár,
{
Munkakosár:
{
Value:"Központi szerződésíró",
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference }
}
)