Loading data from Integration into Flow
This section of the Flow uses a Database Load step to GET data from Integration.

-
The 'Input GET UUID' page step presents the user with an input field to enter the UUID of the contact whose details should be retrieved and displayed. The data entered into the input field is linked to and stored in a 'TestUUID' numeric value.

-
When the user has entered a UUID and clicks the Get Contact outcome, the Flow progresses to the 'GET Single Contact by ID' Database Load step, where a Data Action has been set with a filter to load the 'Contact' object value with data from the database using the UUID value entered by the user (the 'TestUUID' numeric value).

-
This request is passed into Integration by the service, initiating the Get Process assigned to the Flow Service Data Action. In this example, the process retrieves the filtered data record from a database, for example:

-
Now that the matching database record has been loaded into the 'Contact' object value, the Flow proceeds to the 'Show Single Contact from GET' page step that displays the data that was loaded from Integration.
