
Announcements
I have a Sharepoint Online list in which one of its fields contains a user's email address. A user can be on multiple list items and the list is huge. I want each user to only be able to view and edit each list item in which their email address appears with a "Contribute" permission; I have even customized it to be "Contribute without delete" (ID 1073741927).
My approach is to assign permissions to the list items (ID) based on the user (mail). Then i have tried to collect the user ID and Mail with an "Apply to each" action both inside the same "Send an HTTP request to Sharepoint" action with the GET method but I don't know if it is correct and I don't know well how to implement afterwards that each user only access to the list items. Any idea or suggestion will be very welcome!!.
Thanks in advance.