@Anonymous
That should not be the case. You are using SubmitForm to submit your record. If your form is in Edit mode and has a valid record, it will update that record when submitted. If the form is in New mode, then the internal record is empty and it will create a record on submit. Also, if the form is in Edit mode and the record provided in the Items property is a blank record, then it will also create a new record.
So, if you are editing a record - are you seeing all the details and information in the form that is relevant to that record?
If in doubt on things, please provide:
- The OnSave action formula of the SPI (SharePointIntegration object)
- The OnEdit action formula of the SPI
- The Item property of the form.
Also, which mentioning things...where is the formula that you provided in this post (that we worked on yesterday) being used?