Formating html code from rss to trello card

I parse the rss feed and create new trelo cards. in rss there is a description tag which uses html line break encoding (“< br />”). In the card, this formatting is not applied and everything goes on one line. How can I fix this? When making the same connection through another integrator, he apparently understands this tag himself and translates the text to a new line

Howdy @Igor Welcome to the make community!

image
This should be the snippet you are looking for, let me know if that doesn’t work or you and ill dig deeper.

1 Like

thx, i fixed it with
Screenshot_1

2 Likes