Sure @LynPod,
- A logged-in user submits your form and this creates a collection record.
- On the next screen, you have a list with all your records from that collection.
- When the logged-in user clicks on that list item this will take the user to that item’s page.
- On the items page, you can place an Edit Button (This will only appear if the current items “created by” is the current logged-in user). This button will direct the user to another screen called “Edit Item”.
- On the Edit Item screen, you can place a form and link it to your collection, bellow you will choose to Update the current “item”.
Hope that helps