Skip to main content
Feedback

Saving data into Integration from Flow

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. The data entered into each input field is linked to and stored in the relevant property of the main 'Contact' object value.

    Input data

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

    Saving data

  3. This request is passed into Integration by the service, 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