Hi All,
I'm (desperately!) trying to update select fields on a Person's street address, but so far no syntax has been successful for me.
Could somebody point me in the right direction? I've reading a bunch of posts in the forum, but none seem to adress specifically how to update select address fields on a person through a patch operation calling the Super Office API.
My (latest) syntax is as below:
[
{
"op": "replace",
"path": "Address/LocalizedAddress/Street/Line1",
"value": "@{variables('Address1')}"
}
]
Any help is greatly appreciated as I'm getting grey hairs by now :-D
Best Regards,
Henrik