Hi everyone, good morning.
I am using power automate to list rows from a spreadsheet. In the spreadsheet, one of the columns is being treated as a text field, however it contains a number. I have the column type set to number, but flow still treats it as a string. I have used various methods I have found online to convert to int or float but nothing is working. Below are some of the ideas I have found.
int(trim(first(body('List_rows_present_in_a_table_Seed_Sheet')?['value'])?['DaysSinceLastCreditTran']))
int(item()?['DaysSinceLastCreditTran'])
float(item()?['DaysSinceLastCreditTran'])
I have tried in a compose as well as a filter array and am very frustrated at this point.
Any help would be amazing!
Thanks
Chris