Hi Guys,
I am running into an issue of late (which was working perfectly fine until recently, and broke all of a sudden).
What happens is that when I submit the form, the data isnt even flowing to the SharePoint list. There is no error, but the submission is not creating a entry in the SharePoint List anymore.

My Intention is to :
-submit this form
-get the row/entry created in the SP list
-use the last submitted item's ID (from SharePoint) to pass as powerapps parameter to kick off a Power Automate flow
So I am just using a SharePoint as datasource for an Editform, and on the "OnSelect" of the submit button, I have the following formula
SubmitForm(EditForm1);
Set(myFormMode, View); --> I did this because as soon as I hit submit, the ID goes blank. I need ID because I am using this to fetch the last submit.ID which I need for use in the flow. But inspite of adding this code, it doesn't help
'NewPortfolioChecklist-SendEmail'.Run() --> This is the flow I am trying to kick off, once the form is submitted & the item gets created in the SP List. As this flow isnt even triggering, I tried to pass the ID field's datacard value , which is datacardvalue57 in the form. It still doesnt help.
Whats happening is that once submit, the ID field (the first field in the below powerapps form) goes blank, and maybe thats why the flow doesn't kick off. Ive tried to set form mode to view in the submit button formula, setting the mode to view in "onsuccess" property of form, etc.. Nothing works.
Here is the SP list, and the ID column (first column which is a default SP field of autonumber), that I am trying to fetch upon form submission, as last submit ID. It used to work before, not sure whats happening now.
