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