how to check if any item is modified by list of people through work flow in sharepoint 2013 -


i new sharepoint workflow. have requirement in list, if item modified other set of people(sharepoint group) notification set sharepoint group. able check if modified single user not multiple not if give group not working.

if currentitem:modified notequals groupname not working please on how check if item modified list of people

in sharepoint 2013 can find if user member of group using rest api :

http://your.site.collection.url/_api/web/sitegroups/getbyname('you group name')/cancurrentuserviewmembership 

the response true or false.

in sharepoint 2013 workflow can add activity call service.

then able know if user part of group or not.

hope help.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -