Key concepts
Data & mapping

Item data types

8min

Every bundle contains several items. The type of item may differ. describes the different types of items below.

Detailed information on which types of items allows for conversion between one other can be found in the Type coercion article.

Text

Also called string, text data contains characters such as letters, numbers, and special characters. validates text to make it meets any length requirements.

Document image


Number

For some numerical items, may validate the input for a specified range (the minimum or maximum allowed value).

Boolean (Yes/No)

This type is used for items with only two possible values: true or false. An example is the Watch also subfolders option shown in the Dropbox > Watch files module.

Document image


Date

Document image


The date is entered in the ISO 8601 date format, e.g. 2015-09-18T11:58Z

The time zone can be adjusted in the profile settings. If you fill in a field that requires entering a date, the pop-up calendar will be displayed in the module settings. The time is not required for some items.

How displays date values

Values of Date items in bundle inspector are formatted using the locale and Web's timezone specified in your Profile in the Web section of the Time zone options tab.

It is possible to display a date item's value expressed according to ISO 8601 by hovering mouse cursor over the item.

Document image


If the ISO value does not show up, the item is not a date but probably text.

Document image


Time

The time is entered in the hours:minutes:seconds format, e.g. 14:03:52

Buffer (binary data)

File content is usually sent as Buffer type (image content, video file and others). In some cases, there is text data included in this type (e.g. text file). is able to automatically convert text data in binary code to text (and vice versa). For more information on working with files see the Working with files article.

Collection

A collection is an item consisting of several subitems. An example of a collection is the Sender item in an email message. It contains the sender name (text type) and the sender email address (text type).

Array

The array type is used for working with several values of the same type, including collections. An example is the Email modules return an array of attachments and each attachment contains name, content, size, etc.

For more information about arrays please see the Working with arrays section.

Validation

 may perform validation on each type of item. If an item does not pass the validation, the processing of the module will terminate because of the DataError. The Twitter modules, for example, do not allow a tweet (text type) that exceeds the maximum of 280 characters to be sent. If you try to send a tweet with more than 280 characters, your will encounter this error and end.