Module · Building the Workflow✅Knowledge checkCheck: can you follow the data?4 questions · Pass at 60%1. A Database Change Trigger is aliased new_contact. Which reference gets the new contact's email address?{{new_contact.email}}{{new_contact.new_data.email}}{{email}}{{contacts.email}}2. A reference names a field the node does not produce. What happens at run time?The workflow stops with an errorThe builder refuses to save itIt resolves to nothing, and the node carries on with an empty valueIt falls back to the previous node's output3. A CRM search hands back a list of twenty contacts. What do you need before a send node can act on them?Nothing — the send node handles listsA Loop, to turn the list into one item at a timeTwenty send nodesA Condition4. A Condition takes the Yes branch. What happens to the nodes on the No branch?They run afterwardsThey run first, then are discardedThey do not execute at all, and produce no outputThey run only if the Yes branch failsCheck answers← Back to Your First AI AgentNext topic →