I've learned SO much from you, Shane. I'm a VB programmer and Interface designer, so Powerapps is SUPER fun, but super frustrating due to now "Step in" debugger, but your tutorials help a lot!! I'm off to add this to my current app. I have the perfect place for it. Thanks brother!
@ShanesCows Жыл бұрын
Awesome and glad to help 😎
@ramitkishoresaha9437 Жыл бұрын
Every time I see your videos, I learn something new. Thanks!❤
@ShanesCows Жыл бұрын
Appreciate that Ramit 😎
@kuvat Жыл бұрын
I'm in the middle of building two tables in an app but I was doing it with TONS of containers. I may leave the completed one and build the other with HTML and compare/contrast them. Thanks for the idea!!
@ShanesCows Жыл бұрын
Glad to help. Good luck Craig. 😎
@spen2431 Жыл бұрын
Nice one Shane. Yes, Power BI could be better, but seeing the art of the possible is always interesting. ⭐⭐⭐⭐⭐
@ShanesCows Жыл бұрын
Thanks Spen. That was exactly my goal. 😎
@oluwatobipaul6171 Жыл бұрын
Awesome use of html. Thank you Shane
@ShanesCows Жыл бұрын
HTML is a great Power Apps skill
@paolovr1970 Жыл бұрын
Thanks again SHANE 🙏🙏🙏
@ShanesCows Жыл бұрын
Happy to help 😎
@dougydoe Жыл бұрын
This is brilliant, Shane. Video's like this and those from Kristine inspires me to use my Web skills more in PowerApps. I did quite a bit of Web front-end before picking up Power Platform so I need to use all the HTML's and CSS's more. Really liked it and Thanks for sharing.
@ShanesCows Жыл бұрын
Awesomeness! Happy to help. Have a great day. 🐶
@cmacdhon Жыл бұрын
This is amazing! Thank you Shane!!!!
@ShanesCows Жыл бұрын
Glad to help. 😀
@PowerAppsTutorial Жыл бұрын
ha ha ha... I will do everything to create an amazing report in my canvas apps before admitting to someone "You may want to use Power BI". We have so much in common, @shane. #bromance
@ShanesCows Жыл бұрын
#TRUTH 😎
@jacksonbrumbaugh9706 Жыл бұрын
whole-heartedly 2nd the desire for dark-mode in PowerApps!!!
@ShanesCows Жыл бұрын
Love it! Lets do it so I can stop using 😎 when I build.
@davidmckenzie1889 Жыл бұрын
Shane, it is even possible to make future changes easier by using $ notation (don't know if this is the correct name) for the strings - so instead of "" & varTR & varTD & "...etc" you use $"{varTR}{varTD}...etc". You would probably need to put the conditional colour IFs and the currency formatting into the WITH scope but this would also help if the customer decides to change the 95% to 90% or show the values with no cents as all the changes would be grouped together. But another great video that gives me an idea I can expand upon.
@ShanesCows Жыл бұрын
Thanks David - I know about that other way of concatenating it just doesn't resonate with my non-dev brain. 😐
@davidmckenzie1889 Жыл бұрын
@@ShanesCows It didn't resonate with my brain until about a week ago! I still tend to use & for most things.
@fnanfne Жыл бұрын
Cool! I've got reporting in most of my apps already, but will use some of your ideas ta! What is the benefit of using this 'With' function, as opposed to just creating the required variables in a normal fashion?
@ShanesCows Жыл бұрын
If you only need the info in this one control then With is more efficient. If you need to reuse the data elsewhere then use a variable.
@LONGBEACH2ARIZONA Жыл бұрын
Hello Shane, sorry for this beginner question. In order to have dynamic updated information, would you have to create a flow to put excel files into same folder to have information update?
@jacksonbrumbaugh9706 Жыл бұрын
in case no one else says it ... there most certainly is many ways to bold text in HTML 😎
@ShanesCows Жыл бұрын
I had never used Strong until I saw it in Power Apps. I grew up with BOLD. 🤩
@kuvat Жыл бұрын
@@ShanesCows Yep. BOLD got depreciated along with ITALICS.
@ShanesCows Жыл бұрын
Boo! I still love them. Guess that is what happens when you started writing HTML in the 90s 😲
@jeanpierreragequit1726 Жыл бұрын
underline :D
@joselin4753 Жыл бұрын
Hey, shane Is there any way we can create webpage using html and use SharePoint as backend??
@ShanesCows Жыл бұрын
Maybe? I am not sure. I haven't tried to do anything like that in YEARS so I don't know.
@jeroentournier Жыл бұрын
I would have used a Gallery instead of HTML. Any thoughts on that?
@ShanesCows Жыл бұрын
Because the way the data was formatted it was easier for me to write it this way. Also I needed to make it responsive. I am sure a gallery could have worked but this was the path of least resistance for me.
@brianleewilliams Жыл бұрын
Is it possible to pull Power BI data into the power app?
@ShanesCows Жыл бұрын
Brian I am not sure. I know that flow can get PBI data and then write it somewhere, not sure if POwer Apps can do the same or not.
@hostrup001 Жыл бұрын
Nice 😊
@ShanesCows Жыл бұрын
Thanks 😊
@angrybatvoice Жыл бұрын
My first question is always “Does it come in black?” +1 for Dark Mode in Power Apps Studio.
@ShanesCows Жыл бұрын
You are the Dark Knight after all. 😎
@andrianrachmat974311 ай бұрын
hi, i have a problem when trying your tutorial. i have created data in excel, and for the number format setting i "set as number". but when my number format is "set as number", the data does not appear in power apps. when i try to change the number format "set as general" or "text", the data appears in power apps but i cannot use if logic. when i return "set as number", the if logic works, but the numbers do not appear in power apps.
@solota8422 Жыл бұрын
He he, .. Shane, you're clever and you know that you took just simple example where you manually type each row. Thank you for that, it's great, but... what if one needs listed all records from the gallery/table etc? There is no true loop in Powerapps. Can I somehow embed a gallery in HTML? How to solve this and get proper report listing items? Could you please make a video about it?
@bigpix2000 Жыл бұрын
The last frontier for those who say "those trees are already dead" aka folks who want to "print" the report (which is a scroll away from a full view), how would we print that HTML report? Could we Print() and load in the HTML instead of the Screen? (anyone?)
@ShanesCows Жыл бұрын
In these cases I usually recommend generating a PDF and then having them print that. But there may be more creative options, not sure. Did you see this idea? kzbin.info/www/bejne/o2WppmyXm5ebZ8U
@TheNewBoss2012 Жыл бұрын
Hi, thanks for sharing. I think it would be more correct to perform all the conditions by using assignment to variables at the screen or app level. That way it will be more convenient to maintain it.
@ShanesCows Жыл бұрын
If you were going to use them other places then yes. For me I only use them in this one control so this is the most efficient use of resources keeping them scoped to just the control.