We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Nov 25, 2022 2:26 AM
Hi. Is it possible to set up a workflow that will trigger a notification internally if two properties does not have the same value? So if X is not equal to Y - send en internal email?
Solved! Go to Solution.
Nov 25, 2022 2:28 AM
Hi @MariaKristians1,
Not out of the box, no. You would either have to set up specific branches (if property 1 has value A but property 2 does not have value A OR if property 1 has value B but property 2 does not have value B OR ...) or use a custom code action in a workflow (requiring Operations Hub Professional and a developer to write the code which compares the two property values).
Best regards!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Nov 25, 2022 2:28 AM
Hi @MariaKristians1,
Not out of the box, no. You would either have to set up specific branches (if property 1 has value A but property 2 does not have value A OR if property 1 has value B but property 2 does not have value B OR ...) or use a custom code action in a workflow (requiring Operations Hub Professional and a developer to write the code which compares the two property values).
Best regards!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Nov 25, 2022 2:30 AM
Thanks for the quick reply, I suspected that this was not possible right out of the box.