I’m not entirely sure I understand the suggested data relationship pattern here.
Once I added a canvas column – now every row has it’s own separate page. So relation ship between pages and rows is 1-1. 10 rows = 10 pages, is that correct?
However, I was aiming at the relationship 1 page => many rows & many pages => 1 row, ie 1 page may reference many rows, and many pages can reference the same row.
I’m not entirely sure how to model that with the Canvas Column approach.
I’ve also tried to reference current page in the table’s Canvas Column, but I only see PageName among formulas. And that gives me just a string with the Homework’s name, not its content.