Request for Assistance display data from CSV file

am a beginner in using App Inventor. I am currently working on a project where I need to display data from a CSV file, specifically the following parameters: Temperature, Humidity, PM10, PM2.5, CO2, TVOC, CO, NH3, and NO2.

I would like to create an application that outputs one line of data every minute. Could anyone please help me with creating an app in App Inventor that outputs one line of data every minute? The data consist of temperature, humidity, PM10, PM2.5, CO2, TVOC, CO, NH3, and NO2.
I have tried hard to solve the problem, but I have no idea what to do.

This is CSV file

and this is my blocks

Thank you very much for your time and assistance.

Your file already has one line of data per minute, from Nov 1 6:00 to 6:26

Did you want to sit there for half an hour watching the data change minute by minute, or would you like better to see a graph of it by time?

In general, it is easier to use generic blocks if you have many component of the same type you want to perform the same method with (with differing parameters too).
Sadly, I cant send screenshots now.

There are so many different ways you can display your data, we probably need to understand a bit more about what you want things to look like, and whether you need to interact with the displayed data.

Also, I see you are getting the data from a csv file in your assets ? I am guessing this will not be case for your completed project. Where will the data come from, how is it generated, how will it be accessed?

Try the list from csv table block

And move all other blocks below that into the Clock.Timer event

Taifun