I have two lists listA and listB.i have to deisgn a workflow in such a way that when an item entered by user into listA I have to copy that item and past into listB provided that, for listB the person don't have permissions to enter the data
Hello UmaKumar, Yes we can use the "call a web service" action to perform crud operations across site collection. For this we need to perform certain more steps : 1. Enable "Workflow Can use App permission" feature on the source & target site. 2. Copy the App Identifier id for the workflow from the "Site App Permissions" of the source site. 3. Manually add a record to the target site "App Permission('/_layouts/15/appinv.aspx')" and specify there the source id that you have copied. 4. You can refer this URL in detail for providing app permission to the workflow : msdn.microsoft.com/en-us/library/jj822159.aspx You can also directly reach out to me at the below mentioned email for more help. Email : uyeolekar@paragyte.com.
In your example you have set the soap request header without actually setting a request body. What if you need to add a soap envelope to the request? (e.g.
) How should the RequestContent property be set? (SharePoint Designer expects that property to be of type Dictionary, but I don't know what to put in that dictionary.)
Hello Alex, Is the issue resolved or you need some help on it ? I haven't tried the soap envelope request from a sharepoint desinger 2013, but i can try it. Thanks
Alex Tabone : I have not tried it with designer 2013 workflow, will look into it. You can try with Microsoft flow, I think so it supports soap request.
What an explanation really and you did marvelous job Bhayya..i got confidence that i will again become a sharepoint expert after my ML.
Good job. by far the best sample I found that works..Keep up the great job.
Thank you for this demo. It has really helped me out.
good job.. very descriptive
Thank you Deeba. We appreciate your feedback!
I have two lists listA and listB.i have to deisgn a workflow in such a way that when an item entered by user into listA I have to copy that item and past into listB provided that, for listB the person don't have permissions to enter the data
good job
Thanks Michel.
Hi Utkarsh, can we use this method to perform crud operations on a list from different site collection?
Hello UmaKumar,
Yes we can use the "call a web service" action to perform crud operations across site collection.
For this we need to perform certain more steps :
1. Enable "Workflow Can use App permission" feature on the source & target site.
2. Copy the App Identifier id for the workflow from the "Site App Permissions" of the source site.
3. Manually add a record to the target site "App Permission('/_layouts/15/appinv.aspx')" and specify there the source id that you have copied.
4. You can refer this URL in detail for providing app permission to the workflow : msdn.microsoft.com/en-us/library/jj822159.aspx
You can also directly reach out to me at the below mentioned email for more help.
Email : uyeolekar@paragyte.com.
In your example you have set the soap request header without actually setting a request body. What if you need to add a soap envelope to the request? (e.g.
)
How should the RequestContent property be set?
(SharePoint Designer expects that property to be of type Dictionary, but I don't know what to put in that dictionary.)
Hello Alex,
Is the issue resolved or you need some help on it ?
I haven't tried the soap envelope request from a sharepoint desinger 2013, but i can try it.
Thanks
Not resolved yet...
Alex Tabone : I have not tried it with designer 2013 workflow, will look into it.
You can try with Microsoft flow, I think so it supports soap request.