Choice Not Found Action
When a choice value does not exist in the ServiceNow instance - for example the choice "Windows Server 2022 Enterprise" is not available for selection as a valid operating system name the following actions are available.
Create (Abort on Failure)
The choice value is created and selected - an exception is thrown if the choice cannot be created.
Create (Continue on Failure)
The choice value is created and selected - if the choice cannot be created the system proceeds and the current value is retained in the ServiceNow instance.
Ignore
The system proceeds with the operation and the current value is retained in the ServiceNow instance.
Throw Exception
An exception is thrown.