Infor Process Designer - Did you get my Message?

The Message Builder node is used to build a string variable (which is declared within the MsgBuilder) and allows you to append to that same variable with another MsgBuilder using the same variable name.

You can also use the MsgBuilder within a query loop to build a larger message which contains your query results. The data automatically appends to the declared variable.


You don't have to define the variable on the Start node since it is created once the MsgBuilder is used.

If you use the MsgBuilder within a query loop to build it but the query returns zero records, the variable isn't declared and reference to it later in the flow will return an error.

Not just answers, providing solutions