Hey,
i dont know what happened but i lost most of my DataCardValues, maybe someone has an idea how this can happen?
Database is Dataverse where i have done No Edits until the fails access.
UPDATE (finde the Failure but did not understand):
I have a Form
- every entry (Name / Street...) has a own confidence Score (one Datacard for .text / second datacard for .value)
- if its >2 and <85 the FieldColor is Red, so have to checked manually by employee
- in each field i have at On Change an Set(varOCField=True), so for Each field i get a Feedback that this is changed
Now when i hit the Save Button that Code, checks which fields are changed:
So that, the Confidence Value for the Field is Set to 100 after save, because its edited by employee and plausible now.
I Need that because about the Confidence Scores i build Filters in Dataverse.
So what is doing the fails ?
The Code, directly set the value to the datacard to nothing.
First
okay i understand,
Why is that Executing without hit that Button, apart from that the if statement is also not true in my test now
Second Fail
Only one is shown as available:
The DataCard are available in the Form , i really dont know what ive done , that are all gone... i didnt delete something or whatever ?
I lose my nerve if I have to do everything again😳