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.
Anyone see what I'm doing wrong?
Glen
Hi @fiorine ,
Expression in the Filter Query:
websiteurl eq '@{triggerBody()?['websiteurl']}'
Please refer to screenshot below:
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @fiorine
In your Filter query field - you have a bracket ")" after your field, remove it.
If the field that you are adding is not a number, then enclose it in single quotes, like '<your field>'.
Kind regards, John
Hi Alice,
The workflow is pretty simple.
I do a list records of contacts from CDS connection where the contact name is not null
Then I want to do this list records against the accounts and pull records where the websiteurl would be the websiteurl from the first list of contacts. This is the step that I can't get correct.
The next step would be to update the contact with the account name of the account found for that website.
One example of the the websiteurl is : http://www.theprivatebank.com
Let me know if you need more information.
Thanks,
Glenn
Hi @fiorine ,
Could you please share a screenshot of the configuration of your flow?
Would you please share an example of the websiteurl?
Please share more details so we could better understand the issue and provide the proper workaround for you.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.