How to get SharePoint List Versioning History Using Graph API in Power Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

ความคิดเห็น • 15

  • @filipesimoes2524
    @filipesimoes2524 7 หลายเดือนก่อน

    Good job Peter! I was really looking for something like this! Thanks for sharing!

  • @aceblackburn3757
    @aceblackburn3757 4 หลายเดือนก่อน +1

    Hello Peter , could i do this with a personal list or a teams list , not using a site list

  • @nadeembhat6323
    @nadeembhat6323 2 หลายเดือนก่อน

    Brilliant stuff

  • @TheShanermayer
    @TheShanermayer 26 วันที่ผ่านมา

    Thanks for uploading this information. Unfortunately, I cannot get the values into a collection. The Http request works exactly as you show, but the step where you added Table(....).value doesn't work for me. as a result, I cannot reference the items within the tree. Does this solution still work?

    • @PeterTadrousTADs365
      @PeterTadrousTADs365  25 วันที่ผ่านมา

      Hi, I'm using this solution as of now, and it is working. I'd try everything again from the start in case if you are missing something. If it is still not working, can you please share the error you are getting? Thanks!

    • @TheShanermayer
      @TheShanermayer 25 วันที่ผ่านมา +1

      @@PeterTadrousTADs365 thanks for replying peter. I searched the internet to figure out why the untyped variable was being recognised by power apps as a Boolean variable set as ‘true’. I ended up finding a case where this had occurred. The solution was to remove the code from the power app, remove the office365groups data connection, save and close the app. Then reopen the app, add the connection and restore the code and now it is working as you detailed here. 🤷🏻‍♂️

    • @PeterTadrousTADs365
      @PeterTadrousTADs365  25 วันที่ผ่านมา

      Awesome! I'm glad you got it working. I've faced similar issues before , and removing and adding the connector helped correct the issue. Thank you for sharing your solution here so others may find it helpful.

  • @Noorullah09
    @Noorullah09 5 หลายเดือนก่อน +1

    Thanks a lot for sharing this life saving video, this is perfect, but I am facing a problem. I tried getting version history using graph explorer it is working there perfectly but not working in power apps, I have checked the functions many times but still couldn't find the problem, do you have any suggestion?

    • @PeterTadrousTADs365
      @PeterTadrousTADs365  5 หลายเดือนก่อน

      Glad you liked it!
      Are you getting an error when trying to get the versioning in Power Apps?

  • @arthurdias3116
    @arthurdias3116 7 หลายเดือนก่อน

    Thank you man, you saved my life

  • @ylmazozturk06
    @ylmazozturk06 4 หลายเดือนก่อน

    hello friends, thank you.
    i'm working on a graph api application for a different project. The problem is!
    since there is more than one person in the awards, how can I show this. I've made some attempts, but it looks empty. i'm not showing it in the gallery either, but there is data. my steps are as follows
    1. Gallery 1 / lessons = Table (varplans.value)
    2. Gallery 5 / lessons in Gallery 1 = Table (This Item.Value.homework.appointed by.using)
    3. Textcanvas /Text = Bu in Gallery 5 Item.Value.id
    what should I do, can you point me to where I jumped?
    thanks

  • @thanaponauttabut1637
    @thanaponauttabut1637 7 หลายเดือนก่อน +1

    Thank you bro!