Help with airtable to filter data by column

Welcome to the community @komchalachp this code below and reading through the form lost I linked at the bottom may help.

I use get all rows and then filter out rows as I don’t need them. I filter out by date and username. You could easily switch filtering for dates to filtering for a quiz name or something similar.

Do a get all rows call to airtable
Put the results into a loop
Do a if/then block for

If property (quiz name) of object j doesn’t equal var (quiz name set by user) → continue with next iteration of loop

I then extract the info I need and put it where it goes!

See this link