Troubleshooting Run Condition Not Met Error in SFDC Integration
Need help with an error message âRun Condition Not Metâ table linked to SFDC. The column is Create a New Record in SFDC: I have table set up with a Lookup Record column to see if the record exists. The next column is Update Record (if it exists based on the Lookup Record column). The last column is Create a New Record if Why this condition wasnât met: The condition is false because âLookup Recordâ is an object (not empty or false), so it counts as true, but âLookup Record (2)â is also an object (not false or empty), so the part that requires it to be either empty or exactly false is not met. To make the condition true, âLookup Record (2)â needs to be either empty (null/undefined) or explicitly set to false, not just an object with no records. Settings: see screenshot attached Only Run If Formula: {{Lookup Record}} && !!{{Final Email}} && (!{{Lookup Record (2)}} || {{Lookup Record (2)}} === false)