Hello everyone, I changed a sharepoint module in powerapps, but I have a problem.
To help users with the compilation, I made sure that:
if [ERRORE] = Sì,
the
[tipologia errore],
[Descrizione Errore],
[impatto reputazionale]
fields must appear and must be required.
if [ERRORE] = NO,
they must hide, and are not required.
The problem is this:
if they try to modify an existing element, with [ERRORE] = Sì , and change the field to "No", the change is not recorded.
is the problem in the "required" property?
(changes made by me on datacard [tipologia errore], [Descrizione Errore], [impatto reputazionale]:
"visible" property = If(DataCardValue13.Selected.Value = "No";false;true)
"required" property = If(DataCardValue13.Selected.Value = "No";false;true)

Report
All responses (
Answers (