cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
RobRoy
Helper III
Helper III

Many to many datasource from SharePoint?

I have a many-to-many table that links my Events table with my People table, since one event can have many people, and one person can belong to many events. I tried to add this table (EventPeople) as a datasource to my power app but the EventId and PeopleID columns do not show up as selectable columns. I have tried experimenting with AddColumns but I am struggling with the syntax order when paired with SortbyColumns(Filter...). The intended purpose is to create an additional search gallery that finds event dates by the people who attended them.

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

I think I got it. This is working for me:

 

SortByColumns(Filter(EventPeople, Dropdown1.Selected.WorkflowPerson in WorkflowPerson), "WorkflowEventDate", If(SortDescending1, Ascending, Descending))

View solution in original post

11 REPLIES 11
v-micsh-msft
Community Support
Community Support

Hi @RobRoy,

 

When saying table, do you mean SharePoint list ?

Would it be available for you to share some data referene for those two lists, or data sample?

In addition, which control that you used to display the 'table' data?

For better understanding, would it be available for you to explain a bit for "the intended purpose is to create an additional search gallery that finds event dates by the people who attended them."?

For the Addcolumn function, for example:

 

SortByColumns(Filter('Testing list', StartsWith(SText, TextSearchBox1.Text)), "SText", If(SortDescending1, Descending, Ascending))

 

Here the Filter function returns a table, and the addcolumns function should accept the bold part as the table parameter, so if yo uwould like use the addcolumns with the formula above, reference below:

 

SortByColumns( Addcolumns(Filter('Testing list', StartsWith(SText, TextSearchBox1.Text))ColumnName1, Formula1), "SText", If(SortDescending1, Descending, Ascending))

 

Please reply back if you need any further assistance.

Regards

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

Thank you for your reply. I think I was mistaken in trying to use AddColumns to add a column from my many-to-many SharePoint list. I understand that AddColumns "adds a column to a table, and a formula defines the values in that column."That was not my issue; my issue was that the lookup columns simply never displayed, similar to how they do not show up as selectable columns in SharePoint if creating a calculated column. I was reminded that lookup columns are not available in SharePoint calculated columns, and perhaps that is why they are also not available in PowerApps? Regardless, I created workflows to copy the data from the lookup column to a new column ("EventDate" copied to "WorkflowEventDate") whenever a new item is created or existing item modified.  So I almost have what I need. I can choose the "workflow" columns now, but the problem has changed. My search field is a dropdown control, and my additional search gallery filters on this dropdown. But my syntax for the dropdown is not correct. When I switch this with a text input control it works fine. In other words this works as a filter:

 

SortByColumns(Filter(EventPeople, TextInput2.Text in WorkflowPerson), "WorkflowEventDate", If(SortDescending1, Descending, Ascending))

But this does not:

 

SortByColumns(Filter(EventPeople, Dropdown1.Selected in WorkflowPerson), "WorkflowEventDate", If(SortDescending1, Descending, Ascending))

Selecting a person from Dropdown1 should filter my gallery list of dates (WorkflowEventDate) to that person.

 

Thanks.

I think I got it. This is working for me:

 

SortByColumns(Filter(EventPeople, Dropdown1.Selected.WorkflowPerson in WorkflowPerson), "WorkflowEventDate", If(SortDescending1, Ascending, Descending))

Although the filtering "works", I am still encountering another issue. I added navigation to the OnSelect Heading text box for record items in my gallery list:

 

Navigate(DetailScreen1, ScreenTransition.None, {galleryvar1: 3})

This is my third gallery for this app. I previously had to create a context variable (galleryvar1) so that navigating from either first or second gallery produced the correct DetailScreen result. This is not working for the third gallery. Setting a third state for the variable (galleryvar1: 3) does not navigate to the same DetailScreen as the first two galleries. Instead the app crashes out with the following error:

 

WebAuthoring abnormal termination.
Client date/time: 2017-03-27T14:12:03.055Z
Version: 2.0.602
Session ID: ca32c887-8d13-e844-5415-7e7f52df2fd6
description: {"error":{"isTrusted":true,"detail":{"exception":{}},"message":"Uncaught Error: Exception message: 'Unknown error.'\nException call stack:\nError\n at _sourceFromStacktrace (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/Core.js?v=39dde6617bc0:845:19)\n at _except (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/Core.js?v=39dde6617bc0:854:25)\n at Object.checkStringOrNull (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/Core.js?v=39dde6617bc0:795:55)\n at ControlProperty.typeEnforcer [as _typeEnforcerFn] (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1023:51)\n at ControlProperty.checkAndConstrainPropertyValue (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:894:41)\n at ControlProperty.setValue (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:875:46)\n at ControlWidget.setPropertyValueInternal (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1988:116)\n at https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1939:43\n at ReplicatedContextManager.forEachManagedDescendingBindingContext (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1450:65)\n at ControlWidget._forEachBindingContext (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:2265:64)\n at ControlWidget.setPropertyLambdaInternal (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1934:34)","... Error: Exception message: 'Unknown error.'\nException call stack:\nError\n at _sourceFromStacktrace (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/Core.js?v=39dde6617bc0:845:19)\n at _except (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/Core.js?v=39dde6617bc0:854:25)\n at Object.checkStringOrNull (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/Core.js?v=39dde6617bc0:795:55)\n at ControlProperty.typeEnforcer [as _typeEnforcerFn] (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1023:51)\n at ControlProperty.checkAndConstrainPropertyValue (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:894:41)\n at ControlProperty.setValue (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:875:46)\n at ControlWidget.setPropertyValueInternal (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1988:116)\n at https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1939:43\n at ReplicatedContextManager.forEachManagedDescendingBindingContext (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1450:65)\n at ControlWidget._forEachBindingContext (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:2265:64)\n at ControlWidget.setPropertyLambdaInternal (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1934:34)","...":{}}
stack: null
errorNumber: 0
errorMessage: Uncaught Error: Exception message: 'Unknown error.'
Exception call stack:
Error
at _sourceFromStacktrace (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/Core.js?v=39dde6617bc0:845:19)
at _except (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/Core.js?v=39dde6617bc0:854:25)
at Object.checkStringOrNull (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/Core.js?v=39dde6617bc0:795:55)
at ControlProperty.typeEnforcer [as _typeEnforcerFn] (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1023:51)
at ControlProperty.checkAndConstrainPropertyValue (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:894:41)
at ControlProperty.setValue (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:875:46)
at ControlWidget.setPropertyValueInternal (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1988:116)
at https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1939:43
at ReplicatedContextManager.forEachManagedDescendingBindingContext (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1450:65)
at ControlWidget._forEachBindingContext (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:2265:64)
at ControlWidget.setPropertyLambdaInternal (https://paawuscdn.azureedge.net/v2.0.602.0/studio/js/AppMagic.Controls.js?v=39dde6617bc0:1934:34)
 

The difference bewteen this gallery and the other two that work is that the first two galleries use the same data source (Events), whereas this third gallery uses EventPeople, which is my many-to-many data source.

I am confused as to whether or not I can perform this function. I read this in the PowerApps training:

 

"Generated apps are always based on a single list or table (you can add more data to the app later)."

 

We can define multiple data sources and use the Lookup function, but is there some limit to working with a many-to-many table the way I am?

Here is a better explanation of what I am facing. Here is my primary gallery:

 

GalleryEvents1.jpg

 

Here is my second gallery so I can search by keywords:

 

GalleryEvents2.jpg

 

And here is my third gallery based off my many-to-many SharePoint list:

 

GalleryEventPeople.jpg

 

The third gallery causes the crash.

Hi @RobRoy,

 

Thanks for the explanation.

Working with different data sources under PowerApps should work. 

The error message you posted didn't give any detailed description.

Just from the error title "WebAuthoring abnormal termination", it seems that the issue should be related with authentication.

It would be great if Staff @AndyPennell could take a look for the sssion ID.

Regards

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

Mona, this appears to be one (or both) of items 837877/936225. These are still under invesitgation, I added a link to this post to both.

 

Also: Unrelated to authentication: "abnormal termination" can mean literally anything, without additional analysis.

Hi @AndyPennell,

 

Thanks for looking into this.

This is Michael Shao from the CST.

The below is Mona Li's profile:

v-monli-msft

Regards

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

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!   This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions in the Forums to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber of SolutionsSuper UsersNumber of Solutions @anandm08  23 @WarrenBelz  31 @DBO_DV  10 @Amik  19 AmínAA 6 @mmbr1606  12 @rzuber  4 @happyume  7 @Giraldoj  3@ANB 6 (tie)   @SpongYe  6 (tie)     Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersSolutionsSuper UsersSolutions @anandm08  10@WarrenBelz 25 @DBO_DV  6@mmbr1606 14 @AmínAA 4 @Amik  12 @royg  3 @ANB  10 @AllanDeCastro  2 @SunilPashikanti  5 @Michaelfp  2 @FLMike  5 @eduardo_izzo  2   Meekou 2   @rzuber  2   @Velegandla  2     @PowerPlatform-P  2   @Micaiah  2     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 3:Community MembersSolutionsSuper UsersSolutionsPower Apps anandm0861WarrenBelz86DBO_DV25Amik66Michaelfp13mmbr160647Giraldoj13FLMike31AmínAA13SpongYe27     Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 4:Community MembersSolutionsSuper UsersSolutionsPower Apps DBO-DV21WarranBelz26Giraldoj7mmbr160618Muzammmil_0695067Amik14samfawzi_acml6FLMike12tzuber6ANB8   SunilPashikanti8

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (1,693)