Copilot Studio : Use Generative Answers on SharePoint List

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 20

  • @DanielChristian19
    @DanielChristian19 11 місяців тому +4

    This is a great demo leveraging multiple features in M365 Copilot Studio.

  • @joefording4197
    @joefording4197 9 місяців тому +2

    Hello Parag! Great video but we could use some clarification. I am trying to follow along with the first section but I don't know what to do with the variables and how to call them. Could you do a step by step video on how you created the copilot for returning records from the list?

  • @siddh5151
    @siddh5151 9 місяців тому +3

    hey @Parag - one of finest video around this usecases.... !! Can you please share somewhere screenshots of expanded action how are you formatting the custom data json object which you are passing to Generative answer as custom data source in first use case ? so in your example leave request would have 4/5 fields but custom data has to be in format of content, title and location...so what pattern are you using to convert that?

    • @siddh5151
      @siddh5151 9 місяців тому

      hi @parag - did you get chance to check above comment?

  • @Juntami
    @Juntami 10 місяців тому +3

    Great demo on the power of generative answers! Just wondering if there’s a link to a detailed breakdown of the parsing/data manipulation to the required table format in Power Automate?

  • @AudrieGordon
    @AudrieGordon 10 місяців тому +1

    This is awesome Parag! Thank you!

  • @neilokelly9208
    @neilokelly9208 11 місяців тому +2

    Dude, this is amazing !! Thanks so much

  • @gangamenon5596
    @gangamenon5596 5 днів тому

    Video is great, but it would've been better if it was made in a step-by-step manner for clarity as there are lots of missing loops. Thanks!

  • @fpoire
    @fpoire 10 місяців тому +1

    Does it work for sharepoint pages ? Thanks for that !

  • @manoplaeli4027
    @manoplaeli4027 11 місяців тому +1

    This is very interesting to pass data from power automate. I see you have custom data source with table. Is it passed from power automate? I can only string.

    • @ParagDessai
      @ParagDessai  11 місяців тому

      You can convert your resulting array as string and pass it as JSON to Copilot studio. Here is the example where finalResponse variable is an array of objects returned by API or Sharepoint list : json(string(variables('finalResponse')))

  • @НешикІгор
    @НешикІгор 8 місяців тому

    Great video, thank you

  • @Vipul-x3t
    @Vipul-x3t 11 місяців тому

    Great video! How to transfer chat to Microsoft team with information of chat herem

  • @jujubalismel
    @jujubalismel 11 місяців тому

    WOW that's a fantastic video. I've tried to use the solution but I got an error: ‘RecordDataType’, expected type ‘StringDataType. Are you able to share all the steps please? S"

    • @ParagDessai
      @ParagDessai  11 місяців тому +1

      On power automate side you need to do something like : json(string(variables('finalResponse')))

    • @jujubalismel
      @jujubalismel 10 місяців тому

      @@ParagDessai thank you. I found that my issue it is in hitsContainers, for some reason I can see the correct text in the Parse Json action but I receive null when I tried to utilize the items in hitsContainers. Not sure if is a permission issue. Do you know? Thank you so much!

  • @BremenLee
    @BremenLee 10 місяців тому

    How do you connect your SharePoint list from CoPilot Studio? CoPilot Studio does not allow more than 2 level deep of the URL or include query string.

    • @darespusta
      @darespusta 10 місяців тому

      Copilot Plugins can be used to create a connection to any data source already available in the power platform