cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
ilu989
Advocate II
Advocate II

Make the MS graph invoke data to the SharePoint list

Hi Everybody,

 

I take a long time to search for the relevant writing to my flow stuck if you have any solution will appreciate for your help!

My flow scheme share as follows the link:

https://drive.google.com/file/d/1m_zFgFYUxs2JZFoQc27ENnzVZTW0ZZlm/view

The scheme explains:

Send an HTTP request to take the excel file form SharePoint and invoke the excel's data from HTTP, finally retrieve the pure data form "Value", this way is good for avoiding the SharePoint's versioning setting of "Require Check out" and don't need to format the excel file to be the table type, also quick and efficiently, but I stuck with the data after invoking from HTTP, please see below photo for the data get from "Value" and names it rows: 

https://drive.google.com/file/d/1t32RDFPeorDH5aChbsMxV0ryGUwnUMts/view

[

[
"No",
"CD",
"CAT",
"Sub CAT",
],
[
2,
"Add1",
"Test1",
"format3",
"Yes",
"No",
]
[
3,
"Add2",
"Test2",
"format3",
"No",
"No",
]
]
The data has no title, I would like to make the rows has a title, just like below content, because I need the title for each of the rows to define each row to apply to the SharePoint list:
[
"No": "2",
"CD": "Add1",
"CAT": "Test1",
"Sub CAT": "format3",
],
[
"No": "3",
"CD": "Add2",
"CAT": "Test3",
"Sub CAT": "format4",
]
]
 
I try to use the Select to convert it, but no idea how to get it, cause the "Value" content no title for formula to quote.
Refer to some article(below link) but their issue has a title and no need to overcome this situation, if you have some idea, please advice, thank you.

https://powerusers.microsoft.com/t5/Building-Flows/How-to-retreive-or-calculate-minimum-and-maximum-...

 

ilu989

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @ilu989,

 

I create a Flow as below, I put the 2-D array into the array variable named Test, after that initialize an array variable use the Apply to each action to append it. The appended code is following the screenshots:Annotation 2019-09-17 152559.png

 

Annotation 2019-09-17 152632.png

{
"Physical properties": @{item()[0]},
"@{variables('Test')[0][1]}": @{item()[1]},
"@{variables('Test')[0][2]}": @{item()[2]},
"@{variables('Test')[0][3]}": @{item()[3]},
"@{variables('Test')[0][4]}": @{item()[4]},
"@{variables('Test')[0][5]}": @{item()[5]},
"@{variables('Test')[0][6]}": @{item()[6]},
"@{variables('Test')[0][7]}": @{item()[7]}
}

Run result:Annotation 2019-09-17 152814.png

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

9 REPLIES 9
v-litu-msft
Community Support
Community Support

Hi @ilu989,

 

Convert an array into the object in Flow is hard to work with, I'm not sure it would work.

The array you provide is invalid, you may need to remove every member's ',' character.

Annotation 2019-09-10 100321.png

 

After that, you can initialize another array to store the processed data, then use the Append to array variable action to append it:Annotation 2019-09-10 101731.png

This is the instance that creates the array according to the first record, cause it has multiple records, so we may need an index variable to loop it. Then you can use the Apply to each action or Do until.

{
"variable(rows)[0][0]":variable('row')[1][0],
"variable(rows)[0][1]":"variable('row')[1][1]",
"variable(rows)[0][2]":"variable('row')[1][2]",
"variable(rows)[0][3]":"variable('row')[1][3]"
}

 Result:Annotation 2019-09-10 102549.png

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-litu-msft ,

 

Thanks for your response, this method is available!

But I have over 1000 item need to array(very hard work) and it seems can't be chosen in the dynamic content for further application, so I can't apply this method in my flow, but I find "current item" can be applied to make each of the arrays independent, so far no idea how to make exchange to my request("Title":"value"), do you have any idea?

 

current item.JPGcurrent item-submit.JPG

 

Regards,

ilu989

Hi @ilu989,

 

This method Apply to each + Compose I have tested, the process of ',' is impossible in the Apply to each cause the initialize of an array can not support.

 

So, if you have 1000 items, you can like create a number variable use the range() function, to generate a number array [1,2,3,4...,1000].

Annotation 2019-09-12 152039.png

Then put it into the Apply to each get each item() of Count as the first index of variable rows.Annotation 2019-09-12 152103.png

This is the output.

Annotation 2019-09-12 152521.png

So, now the problem is how to get the Rows array which each member's end has no addition comma.

 

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Hi @v-litu-msft ,

 

The comma is the typo of my first writing, sorry for misleading!

The array do not have the comma issue in the actual run, cause the data was created from the MS graph.

On the other hands, is this possible to use Apply to each + Compose to let them pair to what I need, and the pair can possibly quote in the dynamic content?

Thank you very much for your kind to respond to my question! thank you.

 

ilu989

Hi @ilu989,

 

So, if you assist to use Apply to each + Compose method, could you please share a correct instance?

I will try to find a way to process it.

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Dear @v-litu-msft,

 

Thanks for your kind response!  I use the less amount item for demonstration, it's only has 9 items but the actually work have more than1000 items for apply, please refer to below content:

Initialize variable content:

[
[
"Physical properties:",
"2-102",
"2-103",
"2-104",
"2-105",
"2-106",
"2-107",
"2-108"
],
[
"Weight",
".+5%.- 5% ",
".+5%.- 5% ",
".+5%.- 5% ",
".+5%.- 5% ",
".+5%.- 5% ",
".+5%.- 5% ",
".+5%.- 5% "
],
[
"Height",
"25 N",
"35 N",
"45 N",
" 40 N",
" 45 N",
" 45 N",
"12 N"
],
[
"Count",
"25 N",
"35 N",
"45 N",
" 40 N",
" 45 N",
" 45 N",
"12 N"
],
[
"Count1",
"500 N",
"500 N",
"667 N",
" 667 N",
" 667 N",
" 667 N",
" 220 N"
],
[
"Teat AB",
"25 N",
"35 N",
"45 N",
" 40 N",
" 45 N",
" 45 N",
"12 N"
],
[
"Tester ABD",
"25 N",
"35 N",
"45 N",
" 40 N",
" 45 N",
" 45 N",
"12 N"
],
[
"Tester 127632",
"500 N",
"500 N",
"667 N",
" 667 N",
" 667 N",
" 667 N",
" 220 N"
],
[
"ID name 29321",
"500 N",
"500 N",
"667 N",
" 667 N",
" 667 N",
" 667 N",
" 220 N"
]
]
 
Below is the first data form Apply to each+compose:
[
"Physical properties:",
"2-102",
"2-103",
"2-104",
"2-105",
"2-106",
"2-107",
"2-108"
]
Capture for apply to each+compose.JPG
The target is to make it has a title and be chosen in the dynamic content for further application, title model demonstration as below: [ [ "Physical properties:":"Weight", "2-102":".+5%.- 5% ", "2-103":".+5%.- 5% ", "2-104":".+5%.- 5% ", "2-105":".+5%.- 5% ", "2-106":".+5%.- 5% ", "2-107":".+5%.- 5% ", "2-108":".+5%.- 5% " ], [ " Physical properties:":"Height", "2-102":"25 N", "2-103":"35 N", "2-104":"45 N", "2-105":" 40 N", "2-106":" 45 N", "2-107":" 45 N", "2-108":"12 N" ], [ " Physical properties:":"Count", "2-102":"25 N", "2-103":"35 N", "2-104":"45 N", "2-105":" 40 N", "2-106":" 45 N", "2-107":" 45 N", "2-108":"12 N" ] ]
ilu989

Hi @ilu989,

 

I create a Flow as below, I put the 2-D array into the array variable named Test, after that initialize an array variable use the Apply to each action to append it. The appended code is following the screenshots:Annotation 2019-09-17 152559.png

 

Annotation 2019-09-17 152632.png

{
"Physical properties": @{item()[0]},
"@{variables('Test')[0][1]}": @{item()[1]},
"@{variables('Test')[0][2]}": @{item()[2]},
"@{variables('Test')[0][3]}": @{item()[3]},
"@{variables('Test')[0][4]}": @{item()[4]},
"@{variables('Test')[0][5]}": @{item()[5]},
"@{variables('Test')[0][6]}": @{item()[6]},
"@{variables('Test')[0][7]}": @{item()[7]}
}

Run result:Annotation 2019-09-17 152814.png

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-litu-msft 

 

I'm following your step to achieve what I need, thanks a lot.

But the issue now is the title is not completely correct, because your instruction result:

[
{
"Physical properties": "Physical properties:",
"2-102": "2-102",
"2-103": "2-103",
"2-104": "2-104",
"2-105": "2-105",
"2-106": "2-106",
"2-107": "2-107",
"2-108": "2-108"
},
{
"Physical properties": "Weight",
"2-102": ".+5%.- 5% ",
"2-103": ".+5%.- 5% ",
"2-104": ".+5%.- 5% ",
"2-105": ".+5%.- 5% ",
"2-106": ".+5%.- 5% ",
"2-107": ".+5%.- 5% ",
"2-108": ".+5%.- 5% "
},
{
"Physical properties": "Height",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Count",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Count1",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
},
{
"Physical properties": "Teat AB",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Tester ABD",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Tester 127632",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
},
{
"Physical properties": "ID name 29321",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
}
]
 
I would like to only display below result in the value, is it possible to do it?
 
[
{
"Physical properties": "Height",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Count",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Count1",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
},
{
"Physical properties": "Teat AB",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Tester ABD",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Tester 127632",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
},
{
"Physical properties": "ID name 29321",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
}
]
 
I also pose this question in below Subject, please advise, thank you.
 
Regards,
ilu989

Hi @v-litu-msft 

 

 

Thanks for your instruction, but now I'm stuck in how to 

 

I also pose the new subject to the community, please refer to below:

https://powerusers.microsoft.com/t5/Connecting-To-Data/Get-the-data-from-Initialize-Value/m-p/372932...

 

The with title, how come to avoid it?

[
{
"Physical properties": "Physical properties:",
"2-102": "2-102",
"2-103": "2-103",
"2-104": "2-104",
"2-105": "2-105",
"2-106": "2-106",
"2-107": "2-107",
"2-108": "2-108"
},
{
"Physical properties": "Weight",
"2-102": ".+5%.- 5% ",
"2-103": ".+5%.- 5% ",
"2-104": ".+5%.- 5% ",
"2-105": ".+5%.- 5% ",
"2-106": ".+5%.- 5% ",
"2-107": ".+5%.- 5% ",
"2-108": ".+5%.- 5% "
},
{
"Physical properties": "Height",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Count",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Count1",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
},
{
"Physical properties": "Teat AB",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Tester ABD",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Tester 127632",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
},
{
"Physical properties": "ID name 29321",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
}
]
 
I just only want to display the below result, Is it possible to do it?
 
[
{
"Physical properties": "Height",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Count",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Count1",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
},
{
"Physical properties": "Teat AB",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Tester ABD",
"2-102": "25 N",
"2-103": "35 N",
"2-104": "45 N",
"2-105": " 40 N",
"2-106": " 45 N",
"2-107": " 45 N",
"2-108": "12 N"
},
{
"Physical properties": "Tester 127632",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
},
{
"Physical properties": "ID name 29321",
"2-102": "500 N",
"2-103": "500 N",
"2-104": "667 N",
"2-105": " 667 N",
"2-106": " 667 N",
"2-107": " 667 N",
"2-108": " 220 N"
}
]
 
Regards,
ilu989

Helpful resources

Announcements

Community Roundup: A Look Back at Our Last 10 Tuesday Tips

As we continue to grow and learn together, it's important to reflect on the valuable insights we've shared. For today's #TuesdayTip, we're excited to take a moment to look back at the last 10 tips we've shared in case you missed any or want to revisit them. Thanks for your incredible support for this series--we're so glad it was able to help so many of you navigate your community experience!   Getting Started in the Community An overview of everything you need to know about navigating the community on one page!  Community Links: ○ Power Apps ○ Power Automate  ○ Power Pages  ○ Copilot Studio    Community Ranks and YOU Have you ever wondered how your fellow community members ascend the ranks within our community? We explain everything about ranks and how to achieve points so you can climb up in the rankings! Community Links: ○ Power Apps ○ Power Automate  ○ Power Pages  ○ Copilot Studio    Powering Up Your Community Profile Your Community User Profile is how the Community knows you--so it's essential that it works the way you need it to! From changing your username to updating contact information, this Knowledge Base Article is your best resource for powering up your profile. Community Links: ○ Power Apps ○ Power Automate  ○ Power Pages  ○ Copilot Studio    Community Blogs--A Great Place to Start There's so much you'll discover in the Community Blogs, and we hope you'll check them out today!  Community Links: ○ Power Apps ○ Power Automate  ○ Power Pages  ○ Copilot Studio    Unlocking Community Achievements and Earning Badges Across the Communities, you'll see badges on users profile that recognize and reward their engagement and contributions. Check out some details on Community badges--and find out more in the detailed link at the end of the article! Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio    Blogging in the Community Interested in blogging? Everything you need to know on writing blogs in our four communities! Get started blogging across the Power Platform communities today! Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio   Subscriptions & Notifications We don't want you to miss a thing in the community! Read all about how to subscribe to sections of our forums and how to setup your notifications! Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio   Getting Started with Private Messages & Macros Do you want to enhance your communication in the Community and streamline your interactions? One of the best ways to do this is to ensure you are using Private Messaging--and the ever-handy macros that are available to you as a Community member! Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio   Community User Groups Learn everything about being part of, starting, or leading a User Group in the Power Platform Community. Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio   Update Your Community Profile Today! Keep your community profile up to date which is essential for staying connected and engaged with the community. Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio   Thank you for being an integral part of our journey.   Here's to many more Tuesday Tips as we pave the way for a brighter, more connected future! As always, watch the News & Announcements for the next set of tips, coming soon!    

Calling all User Group Leaders and Super Users! Mark Your Calendars for the next Community Ambassador Call on May 9th!

This month's Community Ambassador call is on May 9th at 9a & 3p PDT. Please keep an eye out in your private messages and Teams channels for your invitation. There are lots of exciting updates coming to the Community, and we have some exclusive opportunities to share with you! As always, we'll also review regular updates for User Groups, Super Users, and share general information about what's going on in the Community.     Be sure to register & we hope to see all of you there!

April 2024 Community Newsletter

We're pleased to share the April Community Newsletter, where we highlight the latest news, product releases, upcoming events, and the amazing work of our outstanding Community members.   If you're new to the Community, please make sure to follow the latest News & Announcements and check out the Community on LinkedIn as well! It's the best way to stay up-to-date with all the news from across Microsoft Power Platform and beyond.    COMMUNITY HIGHLIGHTS   Check out the most active community members of the last month! These hardworking members are posting regularly, answering questions, kudos, and providing top solutions in their communities. We are so thankful for each of you--keep up the great work! If you hope to see your name here next month, follow these awesome community members to see what they do!   Power AppsPower AutomateCopilot StudioPower PagesWarrenBelzDeenujialexander2523ragavanrajanLaurensMManishSolankiMattJimisonLucas001AmikcapuanodanilostephenrobertOliverRodriguestimlAndrewJManikandanSFubarmmbr1606VishnuReddy1997theMacResolutionsVishalJhaveriVictorIvanidzejsrandhawahagrua33ikExpiscornovusFGuerrero1PowerAddictgulshankhuranaANBExpiscornovusprathyooSpongYeNived_Nambiardeeksha15795apangelesGochixgrantjenkinsvasu24Mfon   LATEST NEWS   Business Applications Launch Event - On Demand In case you missed the Business Applications Launch Event, you can now catch up on all the announcements and watch the entire event on-demand inside Charles Lamanna's latest cloud blog.   This is your one stop shop for all the latest Copilot features across Power Platform and #Dynamics365, including first-hand looks at how companies such as Lenovo, Sonepar, Ford Motor Company, Omnicom and more are using these new capabilities in transformative ways. Click the image below to watch today!   Power Platform Community Conference 2024 is here! It's time to look forward to the next installment of the Power Platform Community Conference, which takes place this year on 18-20th September 2024 at the MGM Grand in Las Vegas!   Come and be inspired by Microsoft senior thought leaders and the engineers behind the #PowerPlatform, with Charles Lamanna, Sangya Singh, Ryan Cunningham, Kim Manis, Nirav Shah, Omar Aftab and Leon Welicki already confirmed to speak. You'll also be able to learn from industry experts and Microsoft MVPs who are dedicated to bridging the gap between humanity and technology. These include the likes of Lisa Crosbie, Victor Dantas, Kristine Kolodziejski, David Yack, Daniel Christian, Miguel Félix, and Mats Necker, with many more to be announced over the coming weeks.   Click here to watch our brand-new sizzle reel for #PPCC24 or click the image below to find out more about registration. See you in Vegas!       Power Up Program Announces New Video-Based Learning Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram. These include a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the image below to find out more!   UPCOMING EVENTS Microsoft Build - Seattle and Online - 21-23rd May 2024 Taking place on 21-23rd May 2024 both online and in Seattle, this is the perfect event to learn more about low code development, creating copilots, cloud platforms, and so much more to help you unleash the power of AI.   There's a serious wealth of talent speaking across the three days, including the likes of Satya Nadella, Amanda K. Silver, Scott Guthrie, Sarah Bird, Charles Lamanna, Miti J., Kevin Scott, Asha Sharma, Rajesh Jha, Arun Ulag, Clay Wesener, and many more.   And don't worry if you can't make it to Seattle, the event will be online and totally free to join. Click the image below to register for #MSBuild today!   European Collab Summit - Germany - 14-16th May 2024 The clock is counting down to the amazing European Collaboration Summit, which takes place in Germany May 14-16, 2024. #CollabSummit2024 is designed to provide cutting-edge insights and best practices into Power Platform, Microsoft 365, Teams, Viva, and so much more. There's a whole host of experts speakers across the three-day event, including the likes of Vesa Juvonen, Laurie Pottmeyer, Dan Holme, Mark Kashman, Dona Sarkar, Gavin Barron, Emily Mancini, Martina Grom, Ahmad Najjar, Liz Sundet, Nikki Chapple, Sara Fennah, Seb Matthews, Tobias Martin, Zoe Wilson, Fabian Williams, and many more.   Click the image below to find out more about #ECS2024 and register today!     Microsoft 365 & Power Platform Conference - Seattle - 3-7th June If you're looking to turbo boost your Power Platform skills this year, why not take a look at everything TechCon365 has to offer at the Seattle Convention Center on June 3-7, 2024.   This amazing 3-day conference (with 2 optional days of workshops) offers over 130 sessions across multiple tracks, alongside 25 workshops presented by Power Platform, Microsoft 365, Microsoft Teams, Viva, Azure, Copilot and AI experts. There's a great array of speakers, including the likes of Nirav Shah, Naomi Moneypenny, Jason Himmelstein, Heather Cook, Karuana Gatimu, Mark Kashman, Michelle Gilbert, Taiki Y., Kristi K., Nate Chamberlain, Julie Koesmarno, Daniel Glenn, Sarah Haase, Marc Windle, Amit Vasu, Joanne C Klein, Agnes Molnar, and many more.   Click the image below for more #Techcon365 intel and register today!     For more events, click the image below to visit the Microsoft Community Days website.      

Tuesday Tip | Update Your Community Profile Today!

It's time for another TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   We're excited to announce that updating your community profile has never been easier! Keeping your profile up to date is essential for staying connected and engaged with the community.   Check out the following Support Articles with these topics: Accessing Your Community ProfileRetrieving Your Profile URLUpdating Your Community Profile Time ZoneChanging Your Community Profile Picture (Avatar)Setting Your Date Display Preferences Click on your community link for more information: Power Apps, Power Automate, Power Pages, Copilot Studio   Thank you for being an active part of our community. Your contributions make a difference! Best Regards, The Community Management Team

Hear what's next for the Power Up Program

Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram, including a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the link below to sign up today! https://aka.ms/PowerUp  

Super User of the Month | Ahmed Salih

We're thrilled to announce that Ahmed Salih is our Super User of the Month for April 2024. Ahmed has been one of our most active Super Users this year--in fact, he kicked off the year in our Community with this great video reminder of why being a Super User has been so important to him!   Ahmed is the Senior Power Platform Architect at Saint Jude's Children's Research Hospital in Memphis. He's been a Super User for two seasons and is also a Microsoft MVP! He's celebrating his 3rd year being active in the Community--and he's received more than 500 kudos while authoring nearly 300 solutions. Ahmed's contributions to the Super User in Training program has been invaluable, with his most recent session with SUIT highlighting an incredible amount of best practices and tips that have helped him achieve his success.   Ahmed's infectious enthusiasm and boundless energy are a key reason why so many Community members appreciate how he brings his personality--and expertise--to every interaction. With all the solutions he provides, his willingness to help the Community learn more about Power Platform, and his sheer joy in life, we are pleased to celebrate Ahmed and all his contributions! You can find him in the Community and on LinkedIn. Congratulations, Ahmed--thank you for being a SUPER user!

Users online (6,368)