Get ID on insert (form submit)

Hello,

Is it possible to grab the ID when an insert is performed? I would like to use an initial "add page" that when submitted goes directly to the edit page. On the edit page I have a grid for entry of related records that requires the id of the added parent record.

Similar approach can be used in Blazor applications as well:

Perfect thanks, works as expected.