Skip to main content
Feedback

Saving data into Integration from Flow

Prerequisites

  • You have configured the Boomi Integration Service connector in Flow. Refer to Flow and Integration.
  • You have a Flow with a database save step.

This section of the Flow uses a Database Save step to save data into Integration.

Example Flow

  1. The 'Create Single Contact' page step presents the user with a series of input fields for entering details of a new contact. Flow links the data entered into each input field to the relevant property of the main 'Contact' object value and stores it there.

    Input data

  2. When the user clicks the Save outcome, the Flow progresses to the 'SAVE Single Contact' Database Save step. Here, a Data Action has been set up to save the passed/stored 'Contact' object value data of the 'Contact' type.

    Saving data

  3. The service passes this request into Integration, initiating the Save Process assigned to the Flow Service Data Action. In this example, the process saves the data into a database, for example:

    Save Process

On this Page