Hi all,
I’m having a hard time working out how to configure a list component to show the edit link that opens the selected record. The link doesn’t appear as shown here.

I can open the forms to create and view a record. It’s just the edit that doesn’t work.
The problem occurs for both anonymous and authenticated users. Because the configuration is different for both cases, I’ll focus on anonymous access here and I’ll create another post for the authenticated setup.
The initial steps that I’ve carried out include:
- Resetting the portal
- Creating a brand new custom entity
- Creating a new list and form controls. I created 3 forms to edit, view, and create a record
Here’s the setup of my list:

The Enable entity permission is off, the Target type is Form, and the form name setting is frmWidgetEdit.
In the settings for frmWidgetEdit, I set the Record source type to Query String, the Record ID query string parameter name to id, and the enable entity permissions checkbox to off.

In the list settings, I've set the Record ID query string parameter name to id, so that it corresponds with the form setting.

It seems strange that I can create a record, yet I cannot edit the record that I just created.
Can someone see what I’ve missed here?
Many thanks!