Flattening a Data source in Power Apps (Data Manipulation)

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

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

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

    If you are watching this video I 100% recommend the next video I created for the next week. There is a formula in the description as well using the Ungroup function instead: th-cam.com/video/XCjHb9djlCE/w-d-xo.html

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

    Hi, Andrew! Great YT channel!!
    (V.B.)

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

      Hey VB! Thanks for the truth and light! 😀

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

    Nice! I was just suggesting this as an alternative to doing nested galleries - next time I'll send the video!

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

      Ahhh! Interesting good point!

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

    Hi Andrews, wouldn't be more efficient and easier to use ungroup function : Ungroup(AddColumns(colMyCollection;splittedValues;Split(values;","));splittedValues)

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

      Seems pretty good. Will have to try it out.

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

      After doing a little reading, this is what I've found, I do think Ungroup is another video though! 😍 Thank you!
      When to use each:
      Use Ungroup when you need to simply flatten a grouped dataset, and you're not performing individual transformations on each record. So with a SharePoint multi-select this is perfect.
      Use ForAll when the column is separated by a comma delimiter in a single line text field.

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

      Hi Alexandre, I will be using your comment/question in my next video. Thank you so much for the idea! Will put the link in tomorrow morning 😀Thanks again!

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

      ​@@andrewhess123 my pleasure

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

    Formulas are in the description if you just want the answer 😀

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

      Awesome…thank you so much ! I was having the hardest time with the nesting for all !!

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

      I cannot, for the life of me, get this to work in my RL scenario. :(
      My data source is a sharepoint list with the comma separated data already set as a single line text column. I keep getting hung up on the This Record part. Is this possible for pre-existing data as opposed to creating the table as you did within PowerApps ?

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

      @@cddl629 Are you using the split command? Since it's comma delimited you need to split it.

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

      @@andrewhess123
      Hi Andrew...I was using the split but I wasn't working for me
      Miraculously, it started to work just now but somehow it isn't myNewTable but I got the splits on the original MyCollection !! LOL
      Thank you so much for your invaluable assistance !!!!!!