SNOW-CSA Application Rules, ACL and Notifications Practice Question
A notification is configured to send an email when a new incident is created. The email template uses the field 'Short Description', but the email shows empty for that field. The template is correct. What is the most likely cause?
⚠ Common exam trap
Many exam-takers assume a field is always populated at the time of record creation, but ServiceNow notifications fire immediately upon the database insert, before any post-save business rules or user input may fill the field.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The 'Short Description' field is not populated at the time the notification is sent
The notification fires when the incident is created, but the 'Short Description' field may not yet be populated at that exact moment if the record is saved before the field is filled. Notifications are triggered by the database write operation, and if the field is empty at that time, the email template will render it as blank, even though the template itself is correct.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The notification is not set to fire on create
Why it's wrong here
If it didn't fire, no email would be sent.
- ✗
The email template has a syntax error
Why it's wrong here
Syntax error would likely cause a script error, not empty field.
- ✗
The 'Short Description' field is read-only on the form
Why it's wrong here
Read-only doesn't affect the stored value.
- ✓
The 'Short Description' field is not populated at the time the notification is sent
Why this is correct
Notifications often fire asynchronously; if the field is required but not yet filled, it could be empty.
Go deeper
Related to this question
About these practice questions
This SNOW-CSA question is part of Courseiva's 504-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SNOW-CSA practice question is part of Courseiva's free ServiceNow certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SNOW-CSA exam.