You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry Mike,
just recognized your message here.
If I'm not mistaken, this error has just been fixed by the pull request from Mike Carlo: #3
Is that correct?
Cheers, Imke
Text.RemoveHtmlTags returns an error if the input HTML is null.
The best workaround I could come up with is to call the function wrapped in an if statement, e.g. for a Calculated Column:
if [myHTML] = null then null else fnTextRemoveHtmlTags ( [myHTML] )
The text was updated successfully, but these errors were encountered: