Hey all,
just struggling with an expression I am trying to use. I get it from a SharePoint list but the actual string has the HTML tags included which I don't want, so I try make an expression to get rid of them: replace(item()?['Ans'], '<[^>]+>', ''). But it says: 'The template language function 'replace' expects its first parameter 'string' to be a string. The provided value is of type 'Null'.
But if I just use Ans from dynamic content it works fine and that is: item()?['Ans']. How can it be NULL in my function but not by itself?!
So confused about this. Any help appreciated.
