# Datalab Entry Block

> Use Datalab Entry blocks to create forms, inventories and data storage.

Product · Chatbot

The Datalab Entry block allows you to acquire customer details with the help of your bot and store the information in a Datalab sheet.

Here is a step-by-step instruction to creating an effective sequence with the help of a Datalab Entry block.

## Create A Sequence with Datalab Entry Block

For example, we want to create a sequence to help customers place an order easily. Here, we need three pieces of information.

1. Full Name
2. Email Address
3. Address

### Step 1: Collect the Information

**Input**

So, we put these three blocks in the following sequence.

1. Add a User Input block to collect names and save the variable to \&#123;&#123;full\_name\&#125;&#125;.

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28218%29.png)

2. Add an Email Block to collect emails and save the variable to \&#123;&#123;email\&#125;&#125;.

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28271%29.png)

3. Add another User Input Block to collect addresses and save the variable to \&#123;&#123;address\&#125;&#125;.

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28247%29.png)

**Output**

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28374%29.png)

### Step 2: Store the Information

Now, if you place a Datalab Entry block after these three blocks, you can store the variable information in a sheet. Here's how you do it.

1. Place a Datalab Entry block below the three initial blocks.

2. Assuming that you already don't have a sheet, click on **Create New Sheet**. You will be redirected to the Datalab Tab.

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28202%29.png)

3. Click on **Create Datalab** to get started.

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/image%20%28193%29.png)

4. Click on **Create Datalab** after you type in a title and a description for your sheet. For now, ignore the toggle — **Form Type**. We will discuss more on this in our [**Datalab Guide**](../../data-lab/advanced-datalab/).

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/create%20a%20datalab%20sheet.png)

5. Now, start adding keys for the three variables we are trying to collect. If you don't know how to create keys in a Datalab, please refer to our [**Datalab Guide**](../../data-lab/advanced-datalab/).

6. After creating the keys, you will now find the keys in the Datalab Entry Block in your Builder. Assign the key to your variables accordingly.

![](https://raw.githubusercontent.com/shuvo-alice/product-doc/main/.gitbook/assets/Datalab%20entry%20block.png)

Now every time customers go through this sequence, their information will be automatically stored in your Datalab.

---
HTML: https://userevora.com/docs/product/chatbot-automation/advanced-blocks/datalab-entry-block
