- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 06:51 PM
I am creating an event to remind pending approval of Legal Request ticket and would like to Add Worknote.
The flow can run smoothly except the Add Worknote, show error as below. Not sure how to fix?
Remark: The flow is triggered by sysapproval_approver table.
And I used approval record > approval for > number to route to ticket record.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 07:37 PM
Hi,
Don't do extra dot walk for the Record field in Update Record action
Do this
Record - Trigger -> Approval Record -> Approval For
If that doesn't work then use Lookup Record and search with
Sys ID - Trigger -> Approval Record -> Approval For
Then use Update Record and input as GlideRecord from previous step
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 07:02 PM
Hi,
you need to have record action for update
Please use Update Record action and select the GlideRecord
Then select the work notes field and it would work
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 07:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 07:37 PM
Hi,
Don't do extra dot walk for the Record field in Update Record action
Do this
Record - Trigger -> Approval Record -> Approval For
If that doesn't work then use Lookup Record and search with
Sys ID - Trigger -> Approval Record -> Approval For
Then use Update Record and input as GlideRecord from previous step
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 07:52 PM