How to create an SQL query message
Just as in the previous example, SQL queries can be formed by using low-code references and plugging in C# code.
It is important to note that values used in an SQL query should always be defined as parameter fields of Tasks to avoid the possibility of SQL injections.
The configuration for the Frends Microsoft ExecuteQuery Task is presented below. The parameter value is a reference to the result of the Task executed before the Frends Microsoft ExecuteQuery Task.
The next article is Introduction to Creating an JSON message – a not so simple example.