Data Map Component

Lets explore the data map component

Updated over a week ago

A Data Map component allows users to create key/value pairs. Both the key and the value fields can get the values while filling out the form. New pairs can be added to the form by the 'Add Another' button and removed by the 'X' (Remove Row) button.

The Key component cannot be changed and will always be a Text Field. The Value component can be changed from the default Text Field to any other component (e.g. Text Area, Number, Checkbox etc.).

The data map component should be used sparingly by advanced users who want to build key value pairs dynamically. In most cases a datagrid is a better option.

Did this answer your question?