In Blocks, How do you set Text/Label HTML to True?

So here is my problem,
If we add a label/text component, we get an option in the Designer to set HTML to true, so if the text you pass in is in HTML, it will get formatted.

In most cases, that’s enough. But when I am creating a dynamic label/text component in the recycle view, how do I set the label to format HTML?

I am getting data from an API it gives me data in HTML format. So currently, what I am getting is the text, including HTML tags.

I’m lost here, guys; help will be really appreciated.

@HazZzy You just use the set property block from the dynamic component extension and the just write name HTML Format and set its value to true and that how you can do that