I have a dataset consisting of multiple values arranged in a single row format (1x30), and I’m seeking assistance in transforming it into a table format (10x3). The goal is to divide the row into chunks of equal size and stack them accordingly. I attempted to convert the row into a column, but I encountered difficulties in implementing the chunk loop. Any assistance or guidance on how to accomplish this would be greatly appreciated! Thank you in advance!