FIRST CREATED ON 19 Dec 2024 I AUTHOR Emma Camacho
If
a new row should be added to a table in a Microsoft SQL Server Database
when running a Mail & Deploy Task, this can be achieve following
the steps described below.
Create a Microsoft SQL Server Datasource
and then use this Expression in the Action Execute Code:
EvaluateDatasourceExpression("datasource_name", "query" )
The
challenge is to make your SQL Server reachable to the M&D instance
and then set all the permissions to allow to insert a row in a table.