I have been able to break inheritance on a list and also set individualized list item permission. However, what I have not been successful at is determining if the list item is using inherited permissions or if it is using unique permissions. My flow needs to do a check on the list item FIRST. I need the returned value (maybe ture/false) to pass to a condition that processes the rest of the flow based on the (yes/no true/false) value. I don't know how to implement this in flow.
I understand that I'm supposed to use an API to get the unique role assignments, but what action(s) is used and what is the procedure for retrieving the returned data? My current implementation initalizes a variable of type 'string' with the value of: _api/lists/getByTitle('listtitle')/items(id)/HasUniqueRoleAssignments
What step(s) am I missing? What action(s) and what trigger(s) should I be using and what would the settings be for each?
Thank you.
A.Dove