Suddenly the code in the app is changed by an unseen force for choice fields: instead of FieldName.Value it appears FieldName.'Material Cost'. What the hack is this? I'm working in a cloned instance of an app that works in production even if it has the same code changed as described below. The entire app contains this kind of Find and Replace of ".Value" with ".'Material Cost'". The production instance that is at the release 3.25021.9 doesn't throw errors, but the dev instance throws errors. My dev instance has changed from release 3.25021.9 to 3.25022.8 at this time: 2/25/2025, 2:00:35 AM
Backend is SharePoint Lists. The varFormData variable store one the entire item/record from a SharePoint list.
Is this a hacking done by some smart bad guys or a bad release from MS?
Production doesn't throw erros:
But Dev instance throws errors:
Something or someone has changed the code while I was coding the app. I'm the only one working with this app, no collaborators, co other colleagues involved. "Value"
was replaced by "'Material Cost'" while I was working in another screen for a new request to deploy these days.