Hello everyone, this is the first time I add validations to a form with conditionals. I have a form where certain fields are disabled for certain users whose PIN value is 2, I added the following in the Displaymode If(varPin = 2, DisplayMode.Edit, DisplayMode.Disabled), but the fields that are enabled can't be sent blank. I already added in the properties that this value is required, but when sending the form, it doesn't submit anything. What can I do in this case?
Also, within this same form there is a field and I would like to know if the value of that field already exists within the SharePoint list called Inventory. If so, don't allow the form to be sent and show a message that the value already exists. Can this be done from Power Apps?
I really appreciate your help in advance!