A client of mine is looking to update their contacts with the account name where the website on the contact equals the website on the account. Seems pretty simple, however, when try list account records with a filter query where the website eq {contact.websiteurl}
I am getting errors
I have tried making it an expression, but still getting an error.
"status": 400,
"message": "')' or ',' expected at position 42 in 'contains(websiteurl,items('Apply_to_each')['websiteurl'])'.",
"error": {
"message": "')' or ',' expected at position 42 in 'contains(websiteurl,items('Apply_to_each')['websiteurl'])'."
Anyone see what I'm doing wrong?
Glen