I am using the Send HTTP request in order to check the permission of a user - it works fine. The example of outcome is:
example of a person with read permissions:
{
"d": {
"GetUserEffectivePermissions": {
"__metadata": {
"type": "SP.BasePermissions"
},
"High": "176",
"Low": "138612833"
}
}
}
I was sure that I can use that in a simple condition later that if Outputs contains "176" I can end the flow or do some another stuff but condition action is not working as expected. The value is present but I receive false result.
just create variable - I was using compose but it was not recognized. Created string variable based on a compose action fixed the issue.
Now i can use condition which can check true/false parameters.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.