rghuckins/robinhood-google-sheets

ROBINHOOD_GET_ACH_TRANSFERS returning numbers stored as text

lshpaner opened this issue · 0 comments

The above-referenced function as well as all functions in this code are correctly pulling the data, but returns numbers stored as text for any and all data with numbers in it. Running a subsequent query command on another tab to pull in this data will not mitigate this scenario, as the numbers (i.e., column Y = amount_achTransfers) are still returned as text and not values. Nesting this within an arrayformula does not do it any justice either.