I have an app where I can see different work items with different status. When the work items enter the app they have all status "New". I have build an function with help of the patchfunction so I can change status. The problem is that the dropdown1_17 shows only the status that is available right now. So if all work items has status new I can only change to status new in the dropdown1_17. but if one of the work items has another status then I can change to other statuses too beside status "New". I want the status on dropdown1_17 be fixed to 6 statuses so I can allways choose between these 6 statuses. It should also change in my Excel file to the new status.
Dropdown1-16 is filterering on the current status (doesn't need adjustment)
Dropdown1_17 (need adjustement)
the dropdown is connected to my excel file column Status
I think right solution is to connect the dropdown1_17 to another Excel page but I don't know how to do that and at the same time update Status in the first page (Ticket)
If I understand correctly you have 6 statuses and you always want those statuses to show in the dropdown even if they do not appear in the Tickets table.
It is possible to do this without building a new Table in Excel to holds the statuses. Instead, you can just use this code in the Items property of your dropdown. It creates a single-column table with the dropdown values (please note the square brackets).
[
"New",
"Work Item Communicated",
"Work Item With Release Notes",
"Work Item With Booked Meeting",
"Training Executed",
"Close"
]
Hope this helps!
---
Please click "Accept as Solution" if my response helped to solve your issue so that others may find it more quickly. If your thought the post was helpful please give it a "Thumbs Up."
@mdevaney that sounds like a good solution. Unfortunately I have some warning on my confirmation button, do you have any idea what the problem can be?
Please click on the error and share a screenshot of the warning message that appears.
Tee first error says you have a missing control name. Do these still exist? Check your left side menu and double check the spelling is 100% correct
Gallery1_6 Checkbox1_15 Dropdown1_13
Next, you can check this line in your patch. Can you please show me the code in Dropdown1_13 for the Items property?
Status=Dropdown1_13.SelectedText
Looks good there. So we've eliminated that possibility.
Can you check your left side menu to make sure these exist?
Gallery1_6
Checkbox1_15 I do not see this one
Dropdown1_13
Also, your checkbox within the gallery has an error. Please tell me the control name and screenshot the error too.
Gallery1_6 was correct
Checkbox1_15 I do not see this one It was wrong I have changed to Checkbox1_13
Dropdown1_13 was correct
I have still problem.
Hey @Djanan
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
192 | |
67 | |
46 | |
41 | |
22 |
User | Count |
---|---|
252 | |
122 | |
84 | |
80 | |
71 |