Is this going to work?
Instead of trying to map all detail line in a credit union statement into 1 table, then worrying about styling each transaction type later, I had the genius idea of capturing each set of transactions into a unique table. But I can’t figure out how to capture a second table of the same type.
Our data has a code at the beginning of each line that we used in PP7Talk to style the line with fonts and, more importantly, position of each element. Essentially making tables. But using a Repeat tool to map a table based on this code (While Condition is True) only creates a table for the first instance of each code.
Is this even possible? Or should I just capture all detail lines into 1 table, then use JavaScript to style and position the elements on each row of the table? Is THAT even possible?
Which approach should I pursue?




