Hi, I have been creating an application form submission app. For the Submit button I used a Patch function with a mix of Form.Updates and explicitly mentioning the updates in curly braces. The Patch function is quite long and I have used many If statements within it.
Up until recently, whenever I submitted the form, the data would be saved to SharePoint as expected. However, recently, after adding many of the said If statements, the form saves the data from some fields but not others. There are no errors shown, and I have combed through the code several times. Not sure if this issue is due to me making the Patch statement too complex, or is a bug, or a mistake of mine.