Hi,
I am working on a solution where the User should only have access to write/edit the list members that they add from an Action on the frontend. This action adds another list member to a selective access list. The problem is, in order to run the action, you need access to the entire list, so you would see all list members. The challenge is then to design a solution that lets you add more list members but only gives you access to the ones you created.
I can see two solutions:
- Two Actions including Setup of Dummy List
Use a dummy flat list for the list member creation, that runs an action importing the new list member from the flat dummy list (with no selective access) to the list with Selective Access, and then runs another action importing/updating the user user.
- Three Actions without Dummy List
When the end user clicks on the Action button the first Action is providing them full access to the Selective Access list, then adds the member, then updates the access only to the list members they've created.
Any thoughts on above solutions, which one would be preferrable? And are there more ways of doing it?
Best regards,
Johan