Cleaning the API returned text value

Hi, I’ve set up an external collection to get data from a REST API that returns JSON. One of the returned text value ‘Summary’ contains < p > < b > < i > in the response. Just like below -

Would anyone know how to remove these from the response?

Ther eis currently no way to do this in Adalo itself. Your best alternative is to get the info in a 3rd party service such as integromat or zapier and perform a regex to remove these unwanted characters. Then send it back to Adalo.

Thank you for the alternative, Colin.