I am looking at formating a number using the following:
formatnumber(float(item()?['Gross Daily']),"[Color 10] 0.00% ▲;[Red] -0.00% ▼")
the formula works fine when I use:
formatnumber(float(item()?['Gross Daily']),'p2') (to return simply a noncolored percent with 2 decimals)
My format above works in excel perfectly and it appears to meet the correct syntax, yet when I try to place it as an expression Power automate tells me it is invalid.
Any thoughts on where I am making a mistake?