Skip to main content
Feedback

An example profile mapping to Message Action Input/Output parameters

This example shows how an Integration Request Profile maps to Input and Output Message Action parameters in Flow.

Request Profile mapping example

  • Simple Character, Number, DateTime and Boolean values in the Integration Request Profile have been mapped respectively to primitive string, number, date/time, and Boolean values in Flow. The date input value has been mapped to the $State/Date Created system value Step 1

  • A complex Object value in the Integration Request Profile has been mapped to a complex Object value in Flow, using the type that was automatically created by the connector. Step 2

  • A complex Array(Repeating) value in the Integration Request Profile has been mapped to a complex List value in Flow, using the type that was automatically created by the connector. Step 3

note

To learn more about values and types in Flow, refer to Understanding Values, Types, Objects, and Lists.