Right now, the review screen generator is willing to make a revisit table with a hundred columns. It should let you make that "vertical" instead, maybe list by list?
For example, if the list is "users" or "clients" it's often just a mirrored document, not an infinite list of people, but generally no more than 2. In that case, it's better to have a section for client 1 and client 2, and all of the attributes listed vertically underneath instead of in table columns. It should be possible to automate this.
Perhaps with the a chance to say how many copies should be made, with a note block above each one and appropriate if len(users) logic
Right now, the review screen generator is willing to make a revisit table with a hundred columns. It should let you make that "vertical" instead, maybe list by list?
For example, if the list is "users" or "clients" it's often just a mirrored document, not an infinite list of people, but generally no more than 2. In that case, it's better to have a section for client 1 and client 2, and all of the attributes listed vertically underneath instead of in table columns. It should be possible to automate this.
Perhaps with the a chance to say how many copies should be made, with a
note
block above each one and appropriateif len(users)
logic