Activity
Mon
Wed
Fri
Sun
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
What is this?
Less
More

Memberships

Learn Power Apps

Public • 1.2k • Free

26 contributions to Learn Power Apps
Dive Deep: Identifying Root Causes of Delays in PowerApps Development
Hello Guys!!👋 As many of us work on streamlining our development processes in PowerApps, understanding the root causes of delays can lead to more efficient project outcomes. To facilitate a more analytical discussion, let’s use a fishbone (Ishikawa) diagram approach to identify and categorize the primary factors behind development delays. Please vote in the poll below to indicate what you think is the primary category of delay in PowerApps development. Additionally, share your detailed insights or specific examples in the comments to help us build a comprehensive fishbone diagram together. Poll: Which category do you believe most often leads to delays in your PowerApps development projects? Your insights will contribute to a collective effort to map out a detailed cause-and-effect analysis, which could lead to better solutions and smoother project flows. Let's tackle these challenges together and refine our development practices!
Poll
6 members have voted
3
1
New comment 9d ago
3 likes • 9d
My biggest issue when developing is the end user.. They ask for something, and then there is scope creep, and then when you want testing done they don't have time. You move onto something else then they come back and want something changed instantly. The constant start and stop doesn't help keep focus. That's my biggest issue 😜https://media.tenor.com/HGFhVh03-CcAAAAM/done-end.gif
Notification or Message Box
coming from another BPA product K2, we would often use message boxes to show when something was triggered, as in user clicks or did something, bam! messagebox displayed with info etc what are people using in PowerApps for this? the notify command just showing that banner on the top isn't the greatest interested in hearing what people are using
2
10
New comment 9d ago
0 likes • 10d
@Michael K. is that native ? or something special needed to be added?
1 like • 10d
@Michael K. cheers
Power app development using GitHub and environments
Wondering if anyone has attempted to create a traditional dev/stage/prod workflow using GitHub/Actions and Power App solutions? The goal is to develop in one environment and then promote to the other environments as new features get developed/tested.
1
5
New comment 9d ago
1 like • 10d
so you want something else compared to creating and deploying solutions between environments?
stop 'null' being saved to SP List
in my app, i have a list box with items, and then some controls in a gallery the process is, select item from list, and then select control(s) from gallery and submit to SP my issue, if i don't select an item from list, but i select control from gallery, a 'null' value gets saved to sharepoint upon Submit here is the code to update the control UpdateIf(colRecord254, ID=ThisItem.ID, {c1:ListBox1_1.Selected.Code}); how do i make sure that an entry doesn't get stored in the control unless the listbox item has been selected?
1
4
New comment 10d ago
1 like • 11d
i wasn't wanting to write the 'null' entry without a list item being selected i ended up asking copilot and got the answer !IsBlank(ListBox1_1.Selected.Code), UpdateIf(colRecord254, ID=ThisItem.ID, {c1:ListBox1_1.Selected.Code}); all good in that regard
1 like • 10d
@Guy Johnsen yeah as i said above, copilot gave me the answer i was going for the non AI interaction, but got the answer in the end with AI
nested horizontal gallery in vertical gallery
i have 14 columns (horizontal gallery), and 7 rows (vertical gallery) there is a button control and text control beneath each row and column i want to select an item from the list box ( this has a code) ; Set(varItem, ListBox1.Selected.Code) then to select a button, and display the code in the text label beneath it thoughts on the process, or a better way to achieve it? the end goal is to be able to click any item(s) from the list box, and then any button(s) from the grid view, and populate the corresponding text to the code selected then it will be a case of saving that data somewhere appreciate any feedback please
5
6
New comment 16d ago
0 likes • 21d
I can't get the data selected from my list box to go into my text circle
1 like • 16d
big shout out to @Elvis Eyobor for assisting with this one. i've gotten past the hurdle in question here. adding the data to a collection and parse with JSON legend effort my friend!
1-10 of 26
Brad Johnson
4
72points to level up
@bad-johnson-7532
MS fan boy 20+ years in IT, Systems Engineer / DevOps Engineer always looking to learn more

Active 1d ago
Joined Jan 16, 2024
australia
powered by