# Data Initialisation Step

The **Data Initialisation** block is a crucial first step in every workflow template. Its purpose is to configure the necessary [fields](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/global-settings.md#fields-tab) and values that the workflow requires before any process steps can be executed.&#x20;

The Data Initialisation step:

* Assigns **initial or default values** for [Fields](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/global-settings.md#fields-tab).&#x20;
* Ensure fields required by later steps are populated.

The Input form configuration panel consists of the below configuration tabs. Details about configuring commonly used tabs are included in the [Common Steps Configuration](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/common-steps-configuration.md) section. The configuration unique to the Input step is explained below.

* [General tab](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/common-steps-configuration.md#general-tab)&#x20;
* [Data Setup tab ](#data-setup-tab)

And in the Advanced mode, additionally:

* [Fields tab](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/input-step.md#input-fields-tab)
* [Pre-Actions tab](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/common-steps-configuration.md#pre-actions-tab)
* [Actions tab](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/common-steps-configuration.md#actions-tab)

## Data Setup tab&#x20;

Data Setup tab makes use of the [fields](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/global-settings.md) defined in the Global Settings. The configuration of the fields in the step facilitates workflow customization.

The workflows require references or identifiers to enable working with a particular AccessNow and Command Centre set up. Using the Data Setup tab you can link a specific field to e.g.  &#x20;

* The list containing the Command Centre Access Groups.&#x20;
* PDF ID that uniquely identifies the cardholder in Command Centre.&#x20;
* PDF ID that indicates the cardholder's department in Command Centre.&#x20;
* Approver Group that should action an approval in the workflow, etc.
* Notification email template that should be used when a request is completed.&#x20;

These are examples of workflow customizations that vary among different AccessNow customers. All of these values can be set in the Data Setup step, including:&#x20;

* Default [Approver Groups](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/approver-groups.md)
* Command Centre cardholder lookup fields ([PDF reference IDs](/command-centre/accessnow-user-guide/help-resources/command-centre-pdf-and-card-type-ids.md))
* [Access Groups list](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/lists/command-centre-access-group-list/access-groups-synchronisation-with-command-centre.md) used in the workflow.&#x20;
* [Email Templates](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/email-templates.md) to be used in the workflow. &#x20;
* And any other field that needs a known input before a workflow can run.&#x20;

<div data-with-frame="true"><figure><img src="/files/ryhEHuHOaSflr8lraGKT" alt="" width="546"><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.security.gallagher.com/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/data-initialisation-step.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
