Hello, I am trying to create a scheduled flow to export CSV data to a SharePoint folder. Two of my columns contain percentages but when exported to a CSV file in SharePoint they show as decimals. I've been trying to use the formatnumber expression to switch them to percentages but I keep running into errors. I know I am probably missing a few steps (arrays, strings, etc.) in my flow but I've searched everywhere and I cannot find resolution. Any help would be greatly appreciated!
Current flow:
Recurrence
Run a query against a dataset
Select action to change column names
create a CSV table
Create file to SharePoint