Skip to main content
Feedback

Deleting data from Integration using Flow

This section of the Flow uses a Database Delete step to delete data from Integration.

Example Flow

  1. The 'Choose record to delete' page step presents the user with a table populated with the contact entries entered into the database (loaded directly from the connector).

    Delete selection

  2. When a user selects a row in the table and clicks Delete, the user selection is stored in a 'ContactToDelete' object value, and the Flow progresses to the 'Confirm delete' step, displaying a confirmation screen containing the details of the selected record (shown using the contents of the 'ContactToDelete' object value).

    Delete confirmation

  3. If the user clicks the Yes Delete outcome, the Flow progresses to the 'DELETE' Database Delete step, where a Data Action has been set up to pass the stored 'ContactToDelete' object value data of the 'Contact' type.

    Deleting data

  4. This request is passed into Integration by the connector, initiating the Delete Process assigned to the Flow Service Data Action. In this example, the process deletes the selected single record from a database, for example:

    Delete Process