record validation step in ATF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2025 01:15 AM
After the record insert step in atf and i want to validate the record but when i am trying to run the TEST , iam getting failure in test saying that record is not found even though the record was inserted successfully

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2025 01:37 AM
Hi,
Can you share some screenshots to show the config of the test and your validation config.
I did a simple test now, and needed to set some fields values before I could get the record validation to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2025 02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2025 02:57 AM
why are you giving number during insert?
If that number field is auto number then the number will change after inserting.
You won't find the same number again.
You can use Open an Existing Record step and use the Previous Step output (sysId) to open the Record
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2025 03:08 AM
I want to use the record validation step into this ATF , what other values that i can set so that i can use both record insert and record validation.