Skip to main content

Introduction to Creating an SQL query – a simple example

Ossi Galkin avatar
Written by Ossi Galkin
Updated over a year 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?