***
title: Forms Integration - ServiceNow
position: 1
excerpt: ''
deprecated: false
hidden: false
metadata:
title: ''
description: ''
robots: index
next:
description: ''
---------------
# Overview
You use Moveworks Form Integration with ServiceNow to:
* Enable powerful automations, leveraging Workflows or Flow Designer.
* Trigger custom approval workflows in ServiceNow
* Structure inputs from your employees for faster time to resolution.
## What types of forms does Moveworks ingest?
Moveworks Bot will ingest Catalog Items available in your Service Catalog, based on the catalogs configured in Moveworks. When Moveworks ingests forms, it applies a number of filters based on attributes on each catalog item:
* **visible\_standalone** = true
* **hide\_sp** = false
* **category** is active
* **category** is not empty
* **catalog** is active
* **catalog** is not empty
* **catalog** or **tag** is not filtered out (based on what you have configured in your Moveworks implementation)
* **sys\_class\_name** is one of the following:
* `sc_cat_item`
* `pc_software_cat_item`
* `pc_hardware_cat_item`
* `sc_cat_item_producer`
* `sc_cat_item_guide`
Once these forms are ingested, Moveworks will link your employees to them by redirecting them to `{base_service_portal_url}?id=sc_cat_item&sys_id={form_sys_id}`.
**Note:** This URL can configured to link to a custom Service Portal or ESC Portal.
## When does Moveworks start ingesting Forms?
Moveworks starts ingesting forms **every day at 6pm Pacific time**. The entire process takes place over a few hours, and ingests new catalog items, as well as any updates or removals that may have happened over the course of the day.
This is only to make the form available for basic triggering (using the form title for example). Typically it takes a few days to a week for the form to become more robust in triggering for different user utterances. If you continue to see issues well after the form has been made available in your ServiceNow instance, please contact Moveworks Support at [support@moveworks.ai](mailto:support@moveworks.ai).
## Form Filling
### Supported fields
If you set the field in your ServiceNow instance to inactive (`active` = `false`) or always hidden (`hidden` = `true` or `visible` = `false`), **Moveworks will ignore this setting**. Please remove the field if it is truly inactive, or add a UI policy (with condition = `true`) that hides the field.
Moveworks converts your [ServiceNow variables](https://docs.servicenow.com/en-US/bundle/sandiego-servicenow-platform/page/product/service-catalog-management/reference/r_VariableTypes.html) into internal supported types where possible.
* Moveworks does not support fields that have names longer than 75 characters
* Moveworks does not display the text of a container field header unless it is a checkbox group
### Form Field Type Conversion
| System | External Field Type | Moveworks Type |
| :--------- | :--------------------- | :------------------------------------ |
| ServiceNow | Group | Supported: No experience implications |
| ServiceNow | Yes/No | Dropdown: Single Choice |
| ServiceNow | Multi Line Text | Text: Multi-line |
| ServiceNow | Multiple Choice | Dropdown: Single Choice |
| ServiceNow | Numeric Scale | Dropdown: Single Choice |
| ServiceNow | Select Box | Dropdown: Single Choice |
| ServiceNow | Single Line Text | Text: Single line |
| ServiceNow | Checkbox | Checkbox: Single Choice |
| ServiceNow | Reference | Dropdown: Single Choice |
| ServiceNow | Date | Date |
| ServiceNow | Datetime | Datetime |
| ServiceNow | Label | Supported: No experience implications |
| ServiceNow | Break | Unsupported |
| ServiceNow | Macro | Unsupported |
| ServiceNow | UI Page | Unsupported |
| ServiceNow | Wide Single Line Text | Text: Single line |
| ServiceNow | Macro with Label | Unsupported |
| ServiceNow | Lookup Select Box | Dropdown: Single Choice |
| ServiceNow | Container Start | Supported: No experience implications |
| ServiceNow | List Collector | Dropdown: Multiple Choice |
| ServiceNow | Lookup Multiple Choice | Dropdown: Single Choice |
| ServiceNow | HTML | Text: Single line |
| ServiceNow | Container Split | Unsupported |
| ServiceNow | Masked | Unsupported |
| ServiceNow | Email | Text: Single line |
| ServiceNow | URL | Text: Single line |
| ServiceNow | IP | Unsupported |
| ServiceNow | Duration | Unsupported |
| ServiceNow | Requested For | Dropdown: Single Choice |
| ServiceNow | Attachment | Unsupported |
For all drop downs, Moveworks ingests all the options from the reference tables, applying any **simple** reference qualifiers (static filters on the underlying table) will be okay. Make sure not to use any dynamic comparators either (as pictured below) if you want your form to be fillable in chat. Complex reference qualifiers are not supported.

If there are more than **100,000** options after applying the reference qualifier, ingestion is skipped and the form is marked as **not fillable**.
The `container_start` variable is used to group a set of variables. When a form uses a `container_start` field, Moveworks will render any variables in that group that part of the supported list. Most forms that use the `container_start` variable typically have a `container_end` variable as well, however the `container_end` variables are supported.
If there’s a variable between `container_start` and `container_end` that is not supported although Moveworks supports the `container_start`variable, the bot will not be able to render the form natively in chat.
### Supported dynamic behavior
**Basic UI policies are supported given that they:**
1. Contain no JavaScript
2. Are not applied to any container-like field types (including Checkbox containers).
Be sure to disable client UI scripts on any forms that you want fillable in bot.
### Additional details on Checkbox group containers
1. Checkboxes that are in a group and marked as required. Moveworks will always mark all checkboxes in a checkbox group as optional.
2. UI policies that apply to a checkbox group container. Moveworks currently only honors UI policies that apply to variables or variable sets.
1. **Note:** Moveworks does not follow UI policies that apply to containers.
### Submitting on behalf of the user
To submit on behalf of the user, Moveworks will provide the submitter as a field in the submission.
* First, Moveworks will look for an exact match for a **requested\_for** variable.
* Then, Moveworks will look to see if any variable name contains **requested\_for** (e.g. **u\_requested\_for**). If there are multiple, the field closest to the bottom of the form will be used.
Once the field is defined, that field will be pre-populated when the form is rendered and used when submitting the form.
### Simple Reference Qualifiers are supported
Moveworks offers support for simple reference qualifiers on all types of reference fields, given that they contain less than 100,00 options **after the reference qualifier is applied**. For user fields with unsupported reference qualifiers, Moveworks will default to using the full list of users.
## ServiceNow Permission Requirements
In order for us to display your forms within your bot we will need your help getting the right permissions setup. The required attributes listed below are not exhaustive. In addition, Moveworks expects a certain schema of nested attributes. Additional table access may also be required as the Moveworks form skill evolves.\*\*\*\*
**sc\_cat\_item**
* Attributes needed: sys\_id, active, hide\_sp
**sc\_catalog**
* Attributes needed: sys\_id, active, title
**sc\_category**
* Attributes needed: sys\_id, active, title
**item\_option\_new**
* Attributes needed: default\_value, sys\_id, question\_text, description, mandatory, active, type, choices, lookup\_table, lookup\_value, reference\_qual\_condition, variable\_set
**catalog\_ui\_policy**
* Attributes needed: sys\_id, active, catalog\_item, variable\_set, catalog\_conditions, reverse\_if\_false, order, applies\_catalog, global
**catalog\_ui\_policy\_action**
* Attributes needed: sys\_id, catalog\_item, variable\_set, mandatory, cleared, disabled, visible, order, ui\_policy
**sys\_ui\_policy**
* Attributes needed: sys\_id, short\_description, description, ui\_type, script\_true, script\_false, reverse\_if\_false, sys\_name, run\_scripts, order, active, on\_load, conditions
**sys\_db\_object**
* Attributes needed: sys\_id, name, super\_class
**sys\_dictionary**
* Attributes needed: element, display, name
In addition to the above tables, the Moveworks service account will need “read” access to all tables that are referenced in Reference / Choice / List collector fields (to be able to display the options to the user) and need access to the form via the Service Catalog API:
GET: **[https://{}.service-now.com/api/sn\_sc/v1/servicecatalog/items/](https://\{}.service-now.com/api/sn_sc/v1/servicecatalog/items/)\