I am trying to set a query that compares the current users _owner string against a db to see if they’ve already submitted the form. I have attempted using user _id but that is different for every submission.
Users cannot submit this form twice, so I’m using _owner as that’s a consistent variable. Unless there’s a different, easier way to do this?