How to setAbortAction in a custom action in a flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-01-2019 11:52 PM
I want to abort the insertion of a record if some condition is met in the flow,
I did add the flow logic and everything and i made a custom action and added a script into it, but i can't seem to figure out how to setAbortAction since current.setAbortAction(true); returns this error
Error: Cannot convert null to an object.,Detail: Cannot convert null to an object.
Any help would be much appreciated, Thanks š
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-27-2020 09:05 AM
please refer below link
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
a month ago
The above link is archived. let me knew if this can be achieved through flow or not? @Ankur Bawiskar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-29-2020 09:46 AM
Thanks,