@gcizman2024
From what I gather, you have a SharePoint list connected to this Power Apps form.
When a user saves the form, you want:
- Item will be created in SharePoint
- Submitter will receive a notification with a link, title etc.
- The link will contain a link to edit the item
You can achieve this by creating the flow with a different trigger, such as when item is created in SharePoint.
You will have access to all the fields you are trying to get hold of including, Title, Link etc..
In particular reason you are trying to use the PowerApps button trigger?