Resolved! How to prevent a duplicate request be uploaded for user?
Hi all! I'm working on this catalog item. My requirement is to check that no requests have been uploaded for the same user before. I have the "requested_for" field which references to the users. I tried this script I found on the community but it's n...