Hi, hope all is well. I have a custom list where a user can upload a photo and attach a date to it. Screenshot attached.
How can I create it so that it does not allow a user to upload two items with the same date ie. if the data point already exists, is there a way to deny the new form entry?
you program the button to make an item. Then you choose advanced and setup that action should work sometimes. There you setup that “create” should work only if the particular data set do not contain data from the form.
Hi - thank you so much for your response. I can not figure out how to do this ‘There you setup that “create” should work only if the particular data set do not contain data from the form.’
I am on the ‘sometimes’ screen but do not know how to configure this and the modals; it says ‘nothing available’
I’d advise to use “Count” approach. E.g you make a conditional action, select All Memories → Count, then add a filter to check for uniqueness, and if Count of records = 0 (meaning there is no such record), you can create it.
It will not work with forms though - as in the form it’s not possible to check what is entered in the fields. So most probably you will need to built a “custom form” out of Inputs.