Module · How a workflow is built✅Knowledge checkCheck: can you read a workflow?4 questions · Pass at 60%1. A client wants a task raised whenever an enquiry has had nothing logged against it for a week. Which trigger?A database change trigger on dealsA scheduler, because nothing changes when something fails to happenA webhook, posted by whatever noticesA due-time trigger on the enquiry's created date2. An agent's prompt reads “Requirement value: {{enquiry.value}}” on a workflow whose CRM trigger is aliased `enquiry`. What does the model see?The enquiry's valueAn empty string, because the value is blankThe literal text “<enquiry.value not found>”, and it answers anywayNothing — the workflow stops with an error3. A task description in a completed run reads “High-value enquiry (₹3319683.0) from .” — what is wrong?The reference to the source is misspelledNothing is wrong with the workflow: the reference resolved, and that record has no source recordedThe node ran before the one that produces the sourceThe currency is not formatted4. You edit a workflow, save it, and nothing happens when the event it describes occurs. The likeliest reason?The change needs fifteen minutes to take effectIt is a draft — saving is not activatingThe execution log has to be cleared firstIts trigger fired but produced no outputCheck answers← Back to Expedify in an AfternoonNext topic →