Hello! We have a use case whereby the values in a DOCX table row should be shown in bold when one of the fields = "LOT". We must use DOCX templates instead of Excel, because DOCX templates handle in-cell images whereas XLSX does not. I have simplified my use case below.
I have tried many ways to implement this logic, but cannot find a way to get it to work.
Initial template, without bold logic (works fine):
There is one note though: Results of templates with the HTML formatter can only be opened with word, at least for the first time, for word to parse the injected HTML.
Alternatively, you can choose PDF as the result type of the process/action and the PDF will be perfectly fine.
The solution provided above works to format a single cell in bold, but my goal is to format all columns in a given row to bold when the pro_type attribute for that item = "LOT".
Yes, unfortunately, it's only possible to apply to a single value and not to an array.
We'll check further if there is some workaround or if we can improve the product.