How to call web services or Rest Api in SharePoint 2013 designer workflow?

Поделиться
HTML-код
  • Опубликовано: 6 фев 2025

Комментарии • 17

  • @saiy1675
    @saiy1675 5 лет назад

    What an explanation really and you did marvelous job Bhayya..i got confidence that i will again become a sharepoint expert after my ML.

  • @aadiprem
    @aadiprem 5 лет назад +1

    Good job. by far the best sample I found that works..Keep up the great job.

  • @dinsmojd
    @dinsmojd 6 лет назад

    Thank you for this demo. It has really helped me out.

  • @Deeba121
    @Deeba121 8 лет назад +1

    good job.. very descriptive

    • @ParagyteTech
      @ParagyteTech  8 лет назад

      Thank you Deeba. We appreciate your feedback!

  • @tsureshsurya6418
    @tsureshsurya6418 6 лет назад

    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

  • @michelalhayek1350
    @michelalhayek1350 8 лет назад +1

    good job

  • @umakumarrapaka
    @umakumarrapaka 8 лет назад

    Hi Utkarsh, can we use this method to perform crud operations on a list from different site collection?

    • @theutkarsh123
      @theutkarsh123 8 лет назад

      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.

  • @xtbamboll
    @xtbamboll 7 лет назад

    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.)

    • @theutkarsh123
      @theutkarsh123 7 лет назад

      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

    • @xtbamboll
      @xtbamboll 7 лет назад

      Not resolved yet...

    • @theutkarsh123
      @theutkarsh123 7 лет назад

      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.