Send Multiple Rows as Response from Power Automate Flow to Power Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

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

  • @i_am_seshan_g
    @i_am_seshan_g 3 ปีที่แล้ว +1

    Hi @Dhruvin. Wow, I cannot explain how much you have helped me with this brilliant explanation. I have been stuck on this issue for around 4 days now, and you have resolved it in a few minutes. Thank you for taking the time to do this. You are a life saver

  • @ArchitMishra-h5d
    @ArchitMishra-h5d ปีที่แล้ว

    Bro Ive been stuck here for 2 days and your video helped me solve!

  • @TylerBundy260
    @TylerBundy260 2 ปีที่แล้ว

    This was great - thank you! Integrating our help desk's web API with power automate. Worked on the first try after your help. Much appreciated!

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

    This is really helpful,Thanks 🙏

  • @ronaldjones7007
    @ronaldjones7007 4 ปีที่แล้ว

    Excellent Job. My data was coming from Dynamics 365 and I just picked up on where you Parsed JSON. The rest worked exactly as your video. Spent all day on trying to do this another way. 12 minutes was all it took following you. Thanks

  • @denisromantsov7561
    @denisromantsov7561 3 ปีที่แล้ว

    A big thanks for such step by step solution!
    Now my data are flooooow correctly :)

  • @manikanta-zy8vd
    @manikanta-zy8vd ปีที่แล้ว

    Great tutorial 👌 👍 👏

  • @TheWandererRises
    @TheWandererRises 4 ปีที่แล้ว

    My firts steps in power apps and i was looking for this. It seems great! Thanks!!

  • @jakov3025
    @jakov3025 3 ปีที่แล้ว +1

    If the json is nestled? Let say a json of users. Address is an array in that object. How would you do that?

  • @marilenakarantinou9661
    @marilenakarantinou9661 3 ปีที่แล้ว +1

    this was amazing! Thanks a lot

  • @bo55vxr
    @bo55vxr 3 ปีที่แล้ว

    Superb .. thanks .. Shame Microsoft don't do this as a native operation

  • @Daviirose3
    @Daviirose3 3 ปีที่แล้ว +1

    what about returning it from an excel sheet, i keep getting a boolean on my collection

    • @Manojkumar-ih3dt
      @Manojkumar-ih3dt 3 ปีที่แล้ว

      Same scenario..do you have the solution?

  • @babyjobi
    @babyjobi 4 ปีที่แล้ว +1

    Thank you. That was very helpful

  • @chandrasekharmekapothula1181
    @chandrasekharmekapothula1181 ปีที่แล้ว

    Nice video!😊

  • @sundrapillay6668
    @sundrapillay6668 4 ปีที่แล้ว +1

    Thank you keep up the good work amazing

  • @sajidkazi5850
    @sajidkazi5850 3 ปีที่แล้ว

    Hey Dhruvin! Thanks a lot for your Video. Only thing I want to know is that Response is a Premium Action. so, do we have any workaround to this premium action ?

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

    I am getting it as a boolean value . can u help

  • @kmuralikrishna1582
    @kmuralikrishna1582 2 ปีที่แล้ว

    Dhruvin, Really helpful,
    but how to handle if there is an error during getting a response. may be we also need to know the flow status either success or fail .

  • @DanielADamico
    @DanielADamico 4 ปีที่แล้ว +1

    Awesome!!

  • @poojajaiswal9499
    @poojajaiswal9499 2 ปีที่แล้ว

    This formula has side effects and cannot be evaluated?... I am getting this error

  • @cbcolleenb
    @cbcolleenb 3 ปีที่แล้ว

    HI Thank you.. How do I transfer the output from the flow to a table in model-driven power apps?

    • @iamdhruvinshah
      @iamdhruvinshah  3 ปีที่แล้ว

      Unexplored area for me! So sorry!

  • @sandipansarkar9211
    @sandipansarkar9211 ปีที่แล้ว

    finished watching

  • @shaikaslam5419
    @shaikaslam5419 11 หลายเดือนก่อน

    Thanks by❤

  • @parulgandhi2122
    @parulgandhi2122 4 ปีที่แล้ว

    Thank you for video. It is really helpful. I am trying to get user sharepoint profile through api and result is different then you have used example. I tried to parse json result the wah you did but it is not quite working because result includes key, value and keyvalue as component for different set of profile. Can you please show how to create flow for sharepoint profile and send rows to powerapps. Thank you

    • @iamdhruvinshah
      @iamdhruvinshah  4 ปีที่แล้ว +1

      Will sure consider your suggestion

  • @fabriciomiranda5773
    @fabriciomiranda5773 2 ปีที่แล้ว

    Hi @Dhruvin.
    I would like your help. I have to create a Forms in Microsoft and make its answer generais a flow in Excel with severas rows.
    If you read this and reply I can give you the details.
    Thank you.

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

    Awesome video! I just have one problem, I cannot select my collection (That has items) as a Data Source (either in Gallery or Data Table), has anyone experienced this problem before?
    EDIT:
    So I have found the root cause of the issue. It's because of the preview feature " New analysis engine".
    Disabling this and refreshing the app editor restores the old functionality.

  • @jorgecristina1491
    @jorgecristina1491 ปีที่แล้ว

    Hi, In my case using a SP from SQL Server I had to add "Table1" to the ClearCollect. ClearCollect(localData,ExecuteSQLstoredprocedureonPowerAppsbuttonclick.Run(TextInput1.Text).Table1)