I have an edit form for a Dataverse table. Nothing super extreme.
I need to get the guid of the record I create after I click on a button with SubmitForm() on it.
Somehow I can get to everything, except for the GUID:

I need to get the GUID and then trigger a flow with the GUID as a parameter. Why not set the flow trigger when a dataverse item is created? Because I need to pass other parameters to this flow.
Please help! Need to get this GUID from the app after successful form submission.