I have an Alteryx workflow where I am using some Chinese text and a table. I am using the formula tool to define sections of Chinese text and passing them to a table. The table consists of 3 sections of Chinese text and 1 section of table data and then I union them together and then pass to a layout tool. I group all of them by the fields email and requisitioner.
When I pass them to the layout tool I get repetitive sections with the number of table rows. Each section repeats itself by the number of rows in the data table.
When I union text sections with a table and then group by fields like email and requisitioner, Alteryx duplicates the text sections for each row in the table because the grouping causes each row to be treated as a separate group.
How do I ensure that the text sections appear only once per group, not once per row.
Below is the section of the union.
I would most definitely appreciate any suggestion here.
