I want an idea / solution in Glide for star rating an event - I’m thinking to create an “if-and-then” column in which I can check the Event ID and the user who evaluated the event. After the if queries ( if Event ID and if User name ) in the “then” column I would like a formula that would create a string consisting of all the ratings for that event but would also remember which users voted so that they can’t evaluate again. Then in another column I would calculate the average of all the rates for that event. Is this possible?