cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
AlexBS
Helper I
Helper I

Updating Parent list referencing custom column

Hi there,

 

I was wondering if you could assist me with a very specific requierement that I currently have. I´ll try to explain the scenario to the best of my abilities.

 

I have a parent list in a SharePoint´s Project template site that works as the company´s Project Central. Whenever an authorized user creates a new item with some basic information, a Flow that automatically creates a new subsite triggers. This I have managed to get to work perfectly.

 

This is the structure of the aforementioned Parent List, my apologies since it is in spanish. Although I tried, I wasn´t able to change the display language:

 

Project Parent List.png

Basically, the code (Código in spanish) column, is a URL type column that automatically writes the URL of the newly created subsite when a new item on this lists is created.

 

Project Parent List 2.png

 

Now, here is the thing, on the subsite I have a list called "Tasks", I want to be able to connect this Parent List (Project Central) to this list in the newly created subsite in order to retrieve the information pertaining to the earliest task´s Start Date, latest task´s EndDate, Overall Status, completed %, budget, along with other columns using as a reference the "Code" column in the Parent List that displays the URL of the new (related) project´s subsite:

 

Project Child List 1.png

 

Back to Flow, I have managed to get the columns of the Parent List and even call the secondary (Child) list but I have not been able to display the columns on the "tasks" list as a dynamic content and hence, I can´t update the Parent List with the aforementioned data. This is how my Flow looks so far: 

 

Project Flow 1.pngProject Flow 2.png

You´ll notice that within the "get elements 2" action, I have used the "Code" (código) field from the Parent List, and "Tasks" (Tareas) as the List Name.

 

Now, even though the columns for the second list (Tasks) within the subsite do not appear listed as dynamic content, I can tell that the Flow it´s been able to read them since they are displayed when I run the Flow, which makes me think I´m on the right path:

 

Project Flow 3.png

Notice how the Title, StartDate and DueDate are the ones shown in the Child List (third image) from top to bottom.

 

Finally, this is error that it´s been displayed whenever I run the Flow. I´ve not added the Update list action as of yet:

 

Project Flow error.png

 

Any and all help you could provide me with in order to get to work will be highly appreciated.

 

Thanks in advance.

 

13 REPLIES 13
v-bacao-msft
Community Support
Community Support

 

Hi @AlexBS ,

 

Could you please provide more details about the error?

 

Best Regards,

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

@AlexBS 

As Barry suggests,can you elaborate a bit more on the error you are getting? It seems at least one iteration of your loop is failing, you can inspect the failed ones one by one by clicking "Next Failed" as many times as needed

Flow_FirstIterationFailing.png

Ánimo!

 

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

Yes of course.

 

Once I run the Flow, on the first and second results pages I just get "ActionFailed. An action failed. No dependent actions succeeded.".

 

Now, on the subsecuent result pages I get "BadGateway" and the following error on the Body:

{
"error": {
"code": 502,
"message": "Unable to connect to the remote server",
"source": "flow-apim-msmanaged-na-centralus-01.azure-apim.net",
"path": "forward-request",
"clientRequestId": "3af38deb-aaf1-4483-a227-1fd6cfebd4e9"
}
}
 
On th 4th page I get:
{
"statusCode": 404,
"message": "Resource not found"
}
 
On the last page no error is displayed and the OUTPUTS box clearly shows the data on the secondary list (Tasks) which I still think is a good sign. :It´s important to stress that this output, (with the information regarding the subsite Task list), is also shown in all the other pages:
 
[
{
"@odata.etag": "\"3\"",
"ItemInternalId": "1",
"ID": 1,
"Title": "Planificación",
"Checkmark": "0",
"StartDate": "2019-11-12",
"DueDate": "2019-11-23",
"AssignedTo": [
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
"Claims": "i:0#.f|membership|soportebellsoft@acorde.or.cr",
"DisplayName": "Soporte bellsoft",
"Email": "Soportebellsoft@Acorde.or.cr",
"Department": "Tecnología de Información",
"JobTitle": "Administrador de Redes y Soporte Técnico"
}
],
"AssignedTo@odata.type": "#Collection(Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser)",
"AssignedTo#Claims": [
"i:0#.f|membership|soportebellsoft@acorde.or.cr"
],
"AssignedTo#Claims@odata.type": "#Collection(String)",
"PercentComplete": 0.85,
"Modified": "2019-11-28T21:19:58Z",
"Created": "2019-11-28T21:18:24Z",
"Author": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
"Claims": "i:0#.f|membership|soportebellsoft@acorde.or.cr",
"DisplayName": "Soporte bellsoft",
"Email": "Soportebellsoft@Acorde.or.cr",
"Department": "Tecnología de Información",
"JobTitle": "Administrador de Redes y Soporte Técnico"
},
"Author#Claims": "i:0#.f|membership|soportebellsoft@acorde.or.cr",
"Editor": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
"Claims": "i:0#.f|membership|soportebellsoft@acorde.or.cr",
"DisplayName": "Soporte bellsoft",
"Email": "Soportebellsoft@Acorde.or.cr",
"Department": "Tecnología de Información",
"JobTitle": "Administrador de Redes y Soporte Técnico"
},
"Editor#Claims": "i:0#.f|membership|soportebellsoft@acorde.or.cr",
"Predecessors": [],
"Predecessors@odata.type": "#Collection(Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference)",
"Predecessors#Id": [],
"Predecessors#Id@odata.type": "#Collection(Int64)",
"Priority": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 1,
"Value": "(2) Normal"
},
"Priority#Id": 1,
"Status": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 1,
"Value": "En curso"
},
"Status#Id": 1,
"{Identifier}": "Lists%252fTareas%252f1_.000",
"{IsFolder}": false,
"{Thumbnail}": {
"Large": null,
"Medium": null,
"Small": null
},
"{Name}": "Planificación",
"{FilenameWithExtension}": "Planificación",
"{Path}": "Lists/Tareas/",
"{ContentType}": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedContentType",
"Id": "0x010800EF0C78CD7E3E6B409E658BF8AD7451FA",
"Name": "Tarea"
},
"{ContentType}#Id": "0x010800EF0C78CD7E3E6B409E658BF8AD7451FA",
"{HasAttachments}": false,
"{VersionNumber}": "1.0"
},
{
"@odata.etag": "\"4\"",
"ItemInternalId": "2",
"ID": 2,
"Title": "Implementación",
"Checkmark": "0",
"StartDate": "2019-11-19",
"DueDate": "2019-12-06",
"AssignedTo": [
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
"Claims": "i:0#.f|membership|soportebellsoft@acorde.or.cr",
"DisplayName": "Soporte bellsoft",
"Email": "Soportebellsoft@Acorde.or.cr",
"Department": "Tecnología de Información",
"JobTitle": "Administrador de Redes y Soporte Técnico"
}
],
"AssignedTo@odata.type": "#Collection(Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser)",
"AssignedTo#Claims": [
"i:0#.f|membership|soportebellsoft@acorde.or.cr"
],
"AssignedTo#Claims@odata.type": "#Collection(String)",
"PercentComplete": 0.25,
"Modified": "2019-11-28T21:20:03Z",
"Created": "2019-11-28T21:18:32Z",
"Author": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
"Claims": "i:0#.f|membership|soportebellsoft@acorde.or.cr",
"DisplayName": "Soporte bellsoft",
"Email": "Soportebellsoft@Acorde.or.cr",
"Department": "Tecnología de Información",
"JobTitle": "Administrador de Redes y Soporte Técnico"
},
"Author#Claims": "i:0#.f|membership|soportebellsoft@acorde.or.cr",
"Editor": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
"Claims": "i:0#.f|membership|soportebellsoft@acorde.or.cr",
"DisplayName": "Soporte bellsoft",
"Email": "Soportebellsoft@Acorde.or.cr",
"Department": "Tecnología de Información",
"JobTitle": "Administrador de Redes y Soporte Técnico"
},
"Editor#Claims": "i:0#.f|membership|soportebellsoft@acorde.or.cr",
"Predecessors": [],
"Predecessors@odata.type": "#Collection(Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference)",
"Predecessors#Id": [],
"Predecessors#Id@odata.type": "#Collection(Int64)",
"Priority": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 1,
"Value": "(2) Normal"
},
"Priority#Id": 1,
"Status": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 1,
"Value": "En curso"
},
"Status#Id": 1,
"{Identifier}": "Lists%252fTareas%252f2_.000",
"{IsFolder}": false,
"{Thumbnail}": {
"Large": null,
"Medium": null,
"Small": null
},
"{Name}": "Implementación",
"{FilenameWithExtension}": "Implementación",
"{Path}": "Lists/Tareas/",
"{ContentType}": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedContentType",
"Id": "0x010800EF0C78CD7E3E6B409E658BF8AD7451FA",
"Name": "Tarea"
},
"{ContentType}#Id": "0x010800EF0C78CD7E3E6B409E658BF8AD7451FA",
"{HasAttachments}": false,
"{VersionNumber}": "1.0"
}
]
 
If you need more information please let me know.
Thanks.
 

Hi,

 

Just checking if you have had the opportunity to review my response to your last message and see if you have any suggestions.

 

Gracias!

efialttes
Community Champion
Community Champion

@AlexBS Thanx for the details! Did you configure 'Apply to each' to apply sequentially or in paralel?

https://flow.microsoft.com/en-us/blog/gateway-ha-increased-apply-to-each/ 

 

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

Thanks for your response @efialttes 

 

It is configured to run sequentially as it´s the default setting:

 

Project Flow error 1.png

 

Please notice that the results of the flow clearly show the contents of the Subsite´s child (Tasks) list. I just need to be able to pull those results into the Parent List so I can update it.

 

I´ll be looking forward to your next recommendations.

 

Muchas gracias.

Alex.

efialttes
Community Champion
Community Champion

@AlexBS 

In order to get more info, did you try to add a Compose action block as first step inside your Apply to each with the following expression?

 

items('Apply_to_each_1')?['Código']

Please note accent would probably need to be translated into the corresponding set of characters

 

If the output of Compose action block in each iteration is the expected one (i.e. the URL for the subsite), then it looks like either there is a bug in the implementation of SP "Get items" when the site URL provided is dynamic, or from some reason, some of the subsites are not accesible from your Flow account 😞

Since it looks you have 'just' 8 subsites, one possible way to proceed for troubleshooting is by adding 8 "Get items" action blocks, one per subsite, and select the target subsite from the dropdown menu instead of using the dynamic input. This recommendation is not for the final implementation, just for troubleshooting purposes.

Hope this helps

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

Hi @efialttes@v-bacao-msft and team,

 

As per your recommendation I have added the compose action as the first action within the apply to all container. Furthermore, in order to facilitate the troubleshooting process, I have deleted all but the first 2 items from the parent list and made sure the URL on the "code" (código) column is correct:

 

Flow Results 2 (2).png

 

 

 

 

 

 

 

 

Apparently this was part of the reason for the multiple errors since it seems that some of the URLs on the other items code´s columns were incorrect. No errors are shown when the flow was ran this time:

These are the overall results of the flow after the first "Get element" action calling up for the parent list.These are the overall results of the flow after the first "Get element" action calling up for the parent list.

 

 

 

 

 

 

 

 

Now, regarding the remaining items, this is the Output from both, the compose and the Get elements 2 actions:

 

These are the results from the compose action you´´ve suggested. It seems I may be doing something wrong since it is not showing the subsites URLs as you mentioned it would.These are the results from the compose action you´´ve suggested. It seems I may be doing something wrong since it is not showing the subsites URLs as you mentioned it would.Finally, these are the results of the get elements 2 action which is indeed showing the values in the subsite´s task list.Finally, these are the results of the get elements 2 action which is indeed showing the values in the subsite´s task list.

 

 

 

 

 

 

 

 

 

 

 

 

 

Please note that I have added some caption to the pictures above.

 

As you can see the "get elements 2" action is indeed pulling the data from the task lists within each subsite. No errors are shown this time around:

 

Subsite a task list 1.png

 

 

 

Now I just need to be able to pull that information into the parent list in order to populate and update its items. An example just for the sake of transparency would be:

 

Update the first item on the parent list called "Portafolio de Proyectos" (Project portfolio) (first picture above) with the information shown in the last picture. The trick here is that "Fecha de inicio" (start date) has to be updated with the FIRST task´s start date, and "Fecha de finalización" (End date) has to be updated with the LAST task´s end date, both from the child (Subsite´s task list).

 

I just don´t know how to do this.

 

I hope I was able to explain myself, my apologies if I haven´t.

 

I´ll be looking forward to your suggestions.

Thanks in advance.

Alex.

 

 

Hello again,

 

As per your second suggestion "one possible way to proceed for troubleshooting is by adding 8 "Get items" action blocks, one per subsite, and select the target subsite from the dropdown menu instead of using the dynamic input". I´ve added a get items to manually get the first subsite´s tasks list at the begging of the Flow:

 

Flow updated 1.png

 

And then at the end, I´ve added a Update Parent List action as follows:

 

Flow updated 2.png

 

I´m NOW able to select the Task (child) list data from the dynamic content dropdown list: 

 

Flow updated 3.png

 

Thanks! 🙂

 

The Flow now runs successfully BUT it updates BOTH items in the Parent List with the last item´s dates from the subsite Task list:

 

Updated Parent List.png

Subsite A - Child List Items:

Subsite 1 Tasks List.png

Questions remain:

 

  1. How to pull each subsite´s task list data dynamically using the parent list´s code column that contains each subsite´s URL and...
  2. How to get just the first task´s start date and the last task´s end date from each subsite´s Tasks List (i.e. Project´s start and end date respectivilly). 

 

Please advise.

Thanks.

 

efialttes
Community Champion
Community Champion

@AlexBS 

I understood that the initial issue getting subtasks was related to the URL format from some of them, right? Does it mean you can currently retreive all of them successfully by using the content of column "Código" as "Site Address" URL dynamic input?

 

If so, my suggestion to solve the second issue is to use the dynamic input approach:

Get Parent List items

Apply to each (using Get Parent List items output as the input for the Apply To Each)

 

Inside Apply to each:

-insert "Get Project X items"using column "Código" as "Site Address" URL dynamic input

-identify first task´s start date and store it in a variable (please remember to initialize it before the Apply to Each).

-identify last task´s end date and store it in a second variable (please remember to initialize it before the Apply to Each)

-update parent task with both variables values

 

AS per my little experience, Accents are not good friends of Microsoft Power Automate (aka Flow). Let's assume you add a Compose action block inside the suggested 'Apply to Each', then inside the Compose itself you add 'Código' as dynamic content. Once added, please hover the mouse over it to verify how Flow replaces vowels with accents.

 

Hope this helps

 

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

Thanks for the follow-up @efialttes 

 

Don´t worry about the accent, I´ve just changed the column name to "Codigo" so it doesn´t have it anymore.

 

In regards to your question, no, I´m still not able to retrieve the task list values using the dynamic approach. I´m only able to view that information by either running the flow (as part of the flow resutls) or entering the Task list URL statically into the "Get elements" action.

 

I was trying to follow your steps but I don´t see any output if I use an "Apply to all" action right after the "Get Parent List items" action at the beggining of the Flow:

 

Flow Results 6.png

 

Do you mean "value" as output?

 

Please clarify.

 

Thanks.

Hi again,

 

I forgot to mention but I´m not very familiar with variables in Flow as of yet, therefore I´m having trouble understanding the following instructions:

 

"identify first task´s start date and store it in a variable (please remember to initialize it before the Apply to Each)."

 

Could you please guide me thru the process of initializing and adding the variables?

 

I´d really appreciate it.

Thanks.

efialttes
Community Champion
Community Champion

@AlexBS 

Here you are an excellent post explaining how to use variables in Microsoft Power Automate .

In my opinion, the main issue you will have to solve is how to identify first task start date and last task end date. I guess start and end dates will be stored in different columns, if so you can include a couple of get items applying an ODATA filter to order by the corresponding column in the order you need, and get the first element from the result array by means of an expression.

Hope this helps

 

Did I make your day? If so, mark my response as 'Solution' !!!

También escribo sobre Power Automate en este Blog y en Twitter

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 (5,484)