Tuesday, May 23, 2023

Patch a multivalue field

 Patch(

'Painting Jobs', LookUp('Painting Jobs', ID=1), { ColorsChoice: [ {Value: "Red"}, {Value: "White"}, {Value: "Blue"} ] } )
OR
Patch( 'Painting Jobs', LookUp('Painting Jobs', ID=1), { ColorsChoice: colChoice // With colchoice having Value column } )

No comments:

Post a Comment

Add Service Principle support in Custom Connector

  then search for "Streamlining Integration: Using Service Principal authentication on Custom connectors with Microsoft Graph Applicati...