replace(triggerBody()?['ItemCode'], "<p>", "")
ItemCode is a value from a sharepoint list that is an html text.
I am tryting to replace all the <p> tags with blanks.
Microsoft flow keeps saying it's invalid even though I followed their example.
for ex: Replace("Hello", "ello", "i") is also invalid
replace(triggerBody()?['ItemCode']) is the only thing that is valid