I have a runner macro followed by a number of conditional runners (screenshot attached). The Runner gives an error
"ConvError: Runner (2): Tool #31: Errors: ( is not a number."
preventing any of the conditional runners to run.
The Runner runs a basic Alteryx module (screenshot attached) with a SQL query pulling in StoreID from a database and saves this to a .yxdb. The module runs without any warnings or errors when I run it in Designer.
I have used the select tool to switch off every field except StoreID - I get the same error from the Runner tool.
I have edited the SQL query to only pull in the StoreID field - I get the same error.
I have tried all types of string type and length for the StoreID in the select tool (StoreID is always 27 chars). Same error.
NB The SQL query runs without error in SSMS. The output contains no "(" characters (using PFE to search text).
I saw the same topic discussed here where the user changed format of an input CSV file. This solved their problem. Can I change the format of data queried via SQL?
Any other approaches please? I've run out of ideas! Thanks!