Pre-Process and Post-Process Functions

To create a Pre-Process or a Post-Process function, what you need to do is assign the variable [Message], which will contain the message value. You can then run your processing on that string.

string inputMessage = [Message];/* Any Extra Processing here */return inputMessage;

***Prior to version 18.5, Assembly references did not load on pre-process functions