Hi all,
I built a Flow that's working perfectly but I'm receiving the below error message regarding failed attempts at creating an HTML table. The Create HTML table action is running successfully though.
I narrowed it down to this item in my Parse JSON step
},
"[Standard_Deviation_on_Tasks_per_Week]": {
"type": "number"
},
and am handling it with this: formatNumber(coalesce(item()?['Standard_Deviation_on_Tasks_per_Week'],'0','N1'))
but still receive the error.
Action 'Create_HTML_table' failed: The execution of template action 'Create_HTML_table' failed. The column values could not be evaluated: 'The template language function 'formatNumber' expects its first parameter to be an integer or a decimal number. The provided value is of type 'String'.
