All my workflows are erroring out bad syntax after upgrade the Designer to latest version. Workflow were running OK few mins before I upgrade, now all of them are erroring out (different errors for each SQL statement).
Seems the issue is happening when the very first line of the SQL is a comment. Example:
-- Sample Query
Select * from dummy
After remove the fist line comment, my queries stared to work fine.
where can we log such bugs?