Getting Inserted ID and display it on an alert or notification

hi all ,
i am completely new to this but fascinated by it.
i have a form that inserts data into mysql table.
i want to display in my page (through an alert , notification or something) the id of the inserted row.
the case is i want to create a customer and display customer's id to the user

Hello, on your page select your server connect form, add Dynamic Events > Server Connect > Success and call your alert/toast notification. For the message you can pick the Indetity returned by the insert step of the insert form. It is available under Form > Data > Insert step