Skip to main content
All CollectionsFrends Fundamentals Building Processes - Creating new messages
Introduction to Creating an SQL query – a simple example
Introduction to Creating an SQL query – a simple example
Ossi Galkin avatar
Written by Ossi Galkin
Updated over 7 months ago

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.

Did this answer your question?