Hi! I am trying to get a table with a certain amount of rows, depending whether I have or not data in a Sharepoint List. When I leave all the data in the Word Template (with the empty rows for the empty fields), it works perfectly. But, when I try to make a filter of "empty rows" (or any filter at all), the Power Automate flow would need to be cancelled cause it gets stuck forever in that task...
Here is my filter in word:
{{nonEmpty = table|filter(value.row =! "")}}
I also tried this as in the example and it also hangs:
{{nonEmpty = table|filter(value.row == "development")}}
The flow hangs on the Plumsail part, when it is supposed to generate a PDF template. When changed to DOCX, it works.
I also found that when adding the filter inside a text box, all the text box dissapears and no filter is done.. please take a look at this file. Any ideas on how to solve this to have inside of the text box both the text and then the filter? I mean, I have text that has to go "before" the table.