
Announcements
Hello togehter,
since the last day is used the same code like before, but now the code did not work anymore.
I use a modern formular and insert at the onsuccess topic, a patch statment to another table. Inside this table I use a lookup column to the master record.
When I now use my patch statment with frm_abc.lastsubmit the column still have no input.
Datasource is Dataverse
Hi @matthiasmergel,
Here is the thing, Form.LastSubmit will correctly retrieve the last record submitted during the current session.
This is beacuse LastSubmit is a property of the Edit Form.
It does not communicate with the datasource and therefore is not affected by when multiple users submit nearly simultaneously.