The package "Utility Functions for SOAR" v2.1.3 contains a function called JSON2HTML.
I used it to format some response returned by a call to a REST API.
When you feed the result of the JSON2HTML function to the helper.CreateRichText funcion and add a note to an incident, you don't get the expected result of a beautifully formatted table.
This is sad because the html code generated is perfectly correct when put into an HTML interpreter.
Apparently, html table are not permitted for rich text fields like Notes.
My question is: how to display in SOAR the html code generated by the JSON2HTML function?
------------------------------
Pierre Dufresne
------------------------------