Add Block

The Add Block adds child data into a parent record for zero to many relationships in datastores that support hierarchical data. For example, if the source parent record Account, contains one or more Contact child records, you can use the Add Block to add Contact records to that Account record.

When the Account record is complete, including its associated child records, the Map writes the record to the target datastore along with all of the child data, in a single operation. See Hierarchical Data.

Note: This Block is only available for Connections that support hierarchical data.

Notes

When working with Add Blocks, note the following:

Note: The Add Block does not have any operation results that can be used in subsequent Blocks.

Note: Change Block Operation Type and Batch Processing are not supported for target Blocks associated with hierarchical data.

As part of configuring an Add Block, you:

Note: This Add Block is specifically for use with hierarchical data. It is not the Add Block displayed for some Connections with special Add operations, such as Connections to Salesforce Pardot or HubSpot. Refer to the Help for the specific Connector for a list of supported operations and data types.

Block Properties — General Tab

From the Block Properties General Tab, you can change the Block Label, add a description, and select the child entity to use for this operation.

Use the Path field to select the child entity to be added. This field also shows you the relationships. In the image below you can see that country is the parent of state and state is the parent of city.

Block Properties — Fields Tab

From the Block Properties Fields Tab, you can:

When using the Fields tab, you can:

For detailed information about using the Fields tab, see Block Properties Fields Tab.

Note: When you first open the Fields tab, the icon displays and the Errors/ Warnings tab indicates that there are Errors and Warnings. This is expected behavior. Errors and Warnings display for the General and Fields tabs until all required data has been entered and the Validate button has been selected. See Block And Map Errors And Warnings.

Block Properties — Error Handling Tab

Use the Error Handling options to enable or disable processing this record when a Block operation encounters a problem. For the Add Block, errors can be logged when an operation fails. See Block Properties Error Handling Tab for additional information.

Note: For most runtime errors, the error handling setting on the CreateWith, UpdateWith, or UpsertWith Block supersedes the error handling set on any Add Blocks within it, even if the problem is generated by one of the fields in the Add Block.

If you check this setting, an error from any part of the data, parent or child, generates a record error and no more Blocks execute for that record. If you uncheck the setting, no error is written to the log, and the Map continues running with the text of the error available in the Result Fields.

Block Properties — Errors And Warnings Tab

If there are any errors or warnings for this Block, the Errors and Warnings tab displays the number of errors or warnings in the tab name. See Block And Map Errors And Warnings.

Once you have corrected the errors, select the Validate button to update the Errors and Warnings tab.

Related Topics

Working With Blocks

Mapping Blocks

CreateWith Block

UpdateWith Block

UpsertWith Block

Viewing Execution History

Batch Processing