Copilot Studio : Use Generative Answers on SharePoint List

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 19

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

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

  • @joefording4197
    @joefording4197 7 місяців тому +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?

  • @Juntami
    @Juntami 9 місяців тому +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?

  • @siddh5151
    @siddh5151 7 місяців тому +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 7 місяців тому

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

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

    This is awesome Parag! Thank you!

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

    Dude, this is amazing !! Thanks so much

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

    Does it work for sharepoint pages ? Thanks for that !

  • @manoplaeli4027
    @manoplaeli4027 9 місяців тому +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  9 місяців тому

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

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

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

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

    Great video, thank you

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

    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 8 місяців тому

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

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

    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  9 місяців тому +1

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

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

      @@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!