Template

hello everyone, tell me is it possible to configure the logical display of the table in the template for pdf file, i.e. if some condition is created, then the table appears, if not, then it is not visible

AFAIK, no. Others are more expert with regard to templates.

One idea to consider is removing the table borders. Then, if the table contents are not populated based on your logical condition, then it would sort of appear like the table is not there.

Depending on how much tables you’re talking you can make 2 templates / tasks (one with the table and one without) and use a condition to chose witch one to use.

how can I hide the borders?

I will then have to create 20 templates

This is pretty ease with HTML+CSS.

You could also use a Template If:

Not as pretty but it would work

I hadn’t previously come across If…EndIf. That’s a great feature to know about! I would think that should indeed work for @Anzhelika 's use case.

It depends on how you’re creating the template. Here’s one technique in Google Docs.

Regardless, I definitely suggest first trying @SkrOYC 's good recommendation.