Conditional text within a table cell - word docx

I'm a new user, but I have some json and I'm doing a simple hide block within the table cell. The hide technically works but it's being more invasive than I thought. It then hides the entire row. My table consists of 4 cells across and I just want the text in this cell blank but I don't want to hide the entire row. I tried it as a regular {{}} block and then tried it as a part of rich text control block and it still hides the entire row. Why? How can I avoid that?

{{Project.Status}:hide-block-if(Completed)}

Hello @sasrsc,

I'd recommend using map formatter for this.

In that case the condition looks like this:

{{Project.Status}:map("Completed" = " ")}

I shared a corrected DOCX template in the support ticket.

Best regards,
Petr
Plumsail team