Hello, I am making a flow that uses the "Submit SQL Statement for Execution" action using the Snowflake connector. I'm running into an issue where no matter what number I put in the "Multi-Statement Count" parameter box, I always get the "Actual statement count X did not match the desired statement count 1."
I've tried using a BEGIN END block in my statement instead, which kind of works, but I need the statements to be run consecutively instead of one at a time. Does anyone have a fix for this issue, or know a workaround that can let me use multiple statements at the same time?