hi,
I have a column in sharepointlist and filter by array containing the number 12345, but I want to format it as 12,345.00. I've tried using the this function
formatNumber(item()?['InPlan'], 'N')
but it hasn't worked.
The screenshot below shows my current Flow.


Thanks