Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I have a table configured that uses XPath to show text content. It works perfectly until I hit the count of 6 rows, at that point it is no longer showing the table.
Here is the styler before text configuration.
Here is the expected result within the editor after applying the changes.
Content properly showing with 5 rows.
Now, with six rows (Xpath values for Row #6 are the same values than our previous row #5). The content in styler is like below. Table with 6 rows in the styler.
And below the empty table result that I get.
Table content NOT showing anymore.
Do you have any explanation ?
Hello Dear,
Hope you're doing well. Please review below help center topic for table xpath.
Custom Tables - Cells Category
Generating Custom Table Cells via XPath
Regards,
Manpreet Singh
I have tried all this, but it looks like there is a limitation:
If I don't use generated cells and showing elements without using XPath, everything is fine. BUT, I need to combined different values and at that point (as soon as one cell uses generated text), nothing shows.