Hi all - attempting to use the Snowflake connector in Power Automate as follows...

When I attempt to run/test the above flow, I receive the following error in the "Convert result set rows from array to objects" step after ~15 minutes and 2x re-tries...
System.FormatException:System.FormatException: Input string was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
at System.Int64.Parse(String s)
at Microsoft.PowerPlatform.ConnectorPlatform.CustomCodeConnector.CSharpScript.InProcess.Script.ConvertToObjects()
Has anyone seen something similar before, and are aware of how to resolve the issue? This error looks similar to this recent post last month. Thanks in advance!