Been working with the “Execute INSERT, UPDATE, or DELETE SQL statement” for SQL Server. When I run a statement in the assembly editor, it errors saying it needs a semicolon even though one exists in the statement. I am assuming it is the way action input handles variable arrays in the test data separated by a semicolon and drops it or something. When I use the exact same statement in the automation, works fine.
Just wanted to point it out so you could take a look at it.