I'm getting an error that a select needs an array. Is there a way to make the input an array so it works in a select statement. My goal is to create a csv with clean headers - is there another way to do that from the sql Get Row?
Error: The 'from' property value in the 'select' action inputs is of type 'Object'. The value must be an array.
Get Row (creates object from row captured) -> Select cleans up column names -> Create CSV table
