I am trying to build something simple in a macro - it takes multiple tables and for each table, apply a trim on all string fields and delete null rows. The idea is that it will loop through multiple tables and apply this cleanse then upload it to my SQL database.
The table will vary in the number of rows and the number of columns.
I can't seem to figure out how to get this done. To solve the first part, I tried to put in a Multi-Field Formula to check if it's a string first before applying the trim, but I am still getting an "Error: New Workflow2 (1): Record #4: Tool #14: Type mismatch. Number provided where a string is required."