Hi all!
I've created an app linked to a SharePoint list where I want to prevent the user from submitting the same record multiple times. For example, based on the selection of Quarter and Month, if they have already been selected, it should not allow me to enter a new record. Instead, if they have already been chosen, it should replace the existing record without creating a new one.
In summary, for each combination of Quarter and Month, there should be only one value of 'Rec'.
The fields in the SharePoint list are: "Title" (User().FullName), "Month" (choice), "Quarter" (choice), "Rec" (number).
Can someone help me?
Thank you very much.