I have these comboboxes
When I choose Activity > Community Plan
Project combobox becomes visible.
then when I choose Project 1 then District 1 Project Name combobox opens, along with the Label ( Utilize....)
Here is where the problem is..
if I change the Activity to another item in the combobox
project disappears like it should. however, district project name, label remain visible.
I need the comboboxes to disappear and reset to blank if the items are not visible. SharePoint saves what values are in the comboboxes even if they are not visible on the form.
I only need them visible when the Activity Dropdown = Community Plan
and the data within actually is selected and visible. Additional info, there are 8 Projects and to each project has 4 Project names under that. and each one has a Label (Description)
Activity = Community Plan
Code for Project visibility:
If(DataCardValue10.Selected.Value="Community Plan",true,false)
Code for visible Project
If(DataCardValue19.Selected.Value="1",true,false)
label
Code for label Visible:
If(DataCardValue21.Selected.Value="Geographic Deployment",true,false)
how do I get the above code to also clear the items if they are not visible?
if this does not make sense, please let me know.
Your guess is correct. I will need to change the Descriptions and Projects and the reason is, every three years the Projects/Project Descriptions change. the next change will be in June of '23.
I need to have the Project Descriptions, the visible property changes if the Activity Changes and the Project Name Changes.
currently the comboboxes do what I need them to do, the Project Descriptions will change based on the Project Name change, however if I just go a change the Activity to something else, the Project Description remains.
I need the visibility of the description to change .
let me ask this :
would it be easier to go ahead and create the descriptions as text boxes in the SharePoint list and then do the visible like what was done to the comboboxes and then all I would have to do is change the SharePoint List text boxes?
Well, I would have advised that your descriptions should be in your SharePoint List so that you are not having to update your app all the time. But then you really would not want the Project Name to be a Choice column. It should just be in its own list or brought into some existing list.
Otherwise, what I last provided you is the best method without any data changes. Keep your description label visible and set the Items property as I showed and also make sure you are resetting the combobox from a higher level (the Activity).
If you do that, it will give you exactly what you are looking for. And there is no need for any Visible property changes or multiple labels or any other complexity.
Since there really isn't a Golden Standard for when you are customize a SharePoint list form using PowerApps.
it is hard to know exactly how to start the development, what should be a SPS list column vs a Label in PowerApps.
so just make the 32 descriptions textboxes. either way 32 labels and or 32 textboxes..
Since I'm rebuilding this from an older app and I and or other people will be updating every 3 years. I will put the descriptions into a text box and pull them in that way. that way they can be generic. and make it easier to add and or drop the items.
I think I can repurpose some of the code you have assisted with, greatly appreciated. to show/hide descriptions and have them not visible when the activity changes and Project Name.
I will try to get ahold of you if I run into any issues.
FYI:
prior to changing the descriptions to Labels in PowerApps, they were textboxes in SPS.. LOL
Well, it's not even that complex. It is really that you are going to replace the Choice column in your Community list.
The concept is that you start a Project list.
In that list, you would have the Project Name (usually just in the Title) and then a text column for the Description.
The only change in your Community list would be to add a ProjectID column (numeric) that you would then store the ID of the Project record from the new project list.
Alternatively, you could store just the project name as text in the Community list, but it is preferable to be more exact - with the ID.
And a final alternative is to make a Lookup column in your Community list to reference the new project list. Lookup columns can be tricky for some, so use accordingly.
Your formula then for the Items of the Project Name combobox would then just change to be the new list name.
And then...back to where we left off in the prior formula for that Items property....
The ONLY thing we are changing from the formula I provided back in message #10 is that you are not hard-writing in the descriptions...they would be coming from the new list.
However, the concept of the label I described would still remain - it would always be visible and it would be based on the description column from the combobox selected record.
Ok, You said to use a SharePoint list column. I know it is a brain fart .. long day ...
the descriptions are LONG. What SharePoint Column would I use, I'm not having any luck with the TEXTBox and using the Description and or the Default text. Just a Blank text Box Shows
I know what you mean about a long day!!
So for the column, if the descriptions are long, I would just make sure they are multiline text columns in your list.
In the app, you would want to use the label and just set the Text property to the combobox.Selected.Description as mentioned back in post #10
Quick question concerning this:
Activity: Reset(yourProjectCombobox)
Project Combobox OnChange action: Reset(ProjectNameCombobox)
Can we reset a Label?
I got the issue resolved concerning the Label and the various switching with visibility.
What would cause a combobox to work when visible = true
choices are available.
and then this code
visible=DataCardValue21.Selected.Value="Problem"
and then when "Problem" is selected it becomes visible however the combobox stops working, no choices are available.
I have deleted and then readded the combobox. so that isn't the issue.
What would cause the combobox to stop working?
SOLVED:
It had something to do with where it was located at on the form, once I moved to a different location on form it started to work, strange but true.
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!
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
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.
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