Thank you!! I made it work if I just want to import a random row.
Do you know how to read all the rows, create a new list of the rows where a certain value is present and choose a random row among those?
I’ve tried to create sub list & create a loop. But the only thing that happens is it says “true” or “false” in the console if that value is present. But how do I make a list of all the “true”?