YOUR VIDEOS ARE AMAZING! please release a video showing the top portion including search, filter and exporting! I learn and have a good time while watching your videos, thank you so much! will join now!
Hi Tolu, I'm Brazilian, thank you for your videos, I'm very learning and utilizing them in my projects at work, your content is of great quality thank you more one time by to share your skills with us.
I’m watching this at 2 am in Singapore 🇸🇬. Really excited to follow this tutorial. Your have great skills in UI design and a wonderful for you to share it with everyone
That's a nice idea, you can also add the ascii values of both letters, and then get the modulus of the addition based on the number of possible color codes. So if addition is 203 and you do a modulus of 5, you get 3 and then you select the 3rd color value in your color rule table. That way a set of initials will always give the same color and the bigger your color rule table the less chance of color overlap
dude. absolutely hilarious but I think this is the best video I've seen for modern views in Power Apps. everyone else makes it look square and basic. this is great. please keep doing more videos that make functionality and user experience better.
Wow, thank you very much for the video, it teaches really well how to work with containers, and precise design. Thank you very much. We would really appreciate it if you made a video about the search bar as well, thank you very much!
Great video. I've been using PowerApps for over 7yrs and you are coding very similar to me. I jump ahead sometimes and when I play, you have done something very similar or exactly the same. At the end, that was a nice SVG hack but you don't need to do that. Just get a pie chart, stick a smaller circle in front of the pie chart, stick a text label in front of the circle. Same difference, just a bit easier. 😉
Thanks for sharing us step by step all the different components to create this amazing table view. You are a Pro on Power Apps ! This may be the only video with this content because I didn't find another one explaining it. New subscriber! Greetings from Mexico :)
Great work. Really beautiful. You don't need a collection to store Icon information, you can use a record, that is a plain json object and reference them as Icons.name.data or something similar.
Tolu - this is a phenomenal video, you've done an outstanding job. I am new to Power Apps and trying to learn as quickly as possible. I wanted to build a report for one of my apps that I'm building, and even though I suspected a gallery control could be used I couldn't figure out how. I searched, and searched for hours. I've built Power BI reports and tried to create hidden views and filters in power bi that could be used in power apps. I had a poorly working report that I was very unhappy with and it took me probably 3-4 days to build. I have done more in a few hours with this video and have a simple, functioning report now. I found this by accident after looking for a solution to a different problem - if you did a "Build a report" title on a video like this you would probably get a lot of hits. Thank you so much. There is some great content out there already on the Power Platform, but you bring a unique perspective and it is much appreciated.
Hello Tolu, First of all, thank you for such a detailed explanation. It would be very helpful if you could explain how to create the template part of the project. For example, how did you create the logo bar and filter bar at the top? I love and carefully follow the videos of rare channels with Power apps content. I'm sure your channel will grow soon. Greetings from Turkey...
It is required for all beginners in it .... I know power bi part n want to work on power apps n I need best platform with basic explanations ... I hope you will come up with
Thank you so much bro for this video. We can use your techniques to our industrial Level Apps. Please keep doing these kinds of videos and do more complex ones also.
Super nice! I am impressed with your content. It's very nice to see it all coming together. Is it possible to add an slide to the table? when I change the resolution everything is shrinking and starts to get hard to understand
You are a Pro, bro, and I am glad I discovered your channel. This is amazing step by step tutorial. We would really appreciate it if you made a video about Employee gift match Request form with mullite level approval process using power app and power automation.
Absolutely fantastic video tutorial, thank you for sharing your knowledge in such a clear and concise fashion. Looking forward to learning from the rest of your content!
I would LOVE if you could show a way to bring in data from the Microsoft planner app. Allow the user to filter on 'Planner boards', 'Assigned to', 'buckets', 'tasks',, 'Due dates', etc. Then on each card be able to see the comments, attachment links (if any), checklist items, etc. I understand all that is available in Planner but I'm looking to create a ALL IN ONE SOLUTION where people can access anything that was created from a power platform tool.
I've not yet managed to watch the whole thing yet, but from what I've seen so far I think you have done a great job on this, although I can do all of this myself already, I did learn a couple of different tricks and ideas on formatting. So thank you so much for posting this tutorial. Subscribed for more 👌
@@toluvictor I never used containers. What are they primarily used for? It's funny because, in 3 years, I never noticed they are there as components they can be added to a power app.
Hey Tolu did you ever come around to creating a video about the initial page you use here? Would like to follow your tutorial but even that page is not simple to recreate
@@toluvictor Can't wait! Just starting out on PowerApps, i want to implement it as a new product for my MSP business, so many companies in denmark could use their own company apps!
This is excellent! I've just started watching. Please can you do a video showing how you made the header and filters section from the beginning of your video. Thanks 😊
Hi Victor will it be possible to show how you setup the filter pane in the first demo. Am trying myself so I want to check if I am adopting your same strategy. Thanks a lot.
Great! Thank you so much! Can you create a video in the future about change status in bulk (the same time) using checkbox or anything based on Sharepoint column?
Bro if that video is available please share the link na ...your way of teaching and app design are so crazy since I'm a beginner please make app designing from basic..thanks a lot
Fantastic! I got stuck on the multiperson field. After adding the blank gallery then try to insert image within the gallery, it doesnt add inside the gallery, only inside the container where gallery is added. Tried to use the gallery with layout (image, title, subtitle) but it still doesnt show the images. Have you encountered anything similar?
Excelente contenido, muchas gracias. puedo obtener una barra de desplazamiento horizontal y si es así agregarlas al contenedor de encabezados y al contenedor del cuerpo de la tabla y que al mover cualquiera de las dos se mueva también la otra para no perder la perspectiva de tabla? pues estoy realizando esto pero necesito reflejar 15 columnas.
I'm not sure exactly what you're referring to but I assume it's the rectangle width you're referring to. Just change the width to match your desired thickness
Can you please make a video on Size and scale to fit settings in making canvas apps, I didn't find any right information in any site or UA-cam video. Please make a video on necessary steps to make my app look full screen in any device.
In your patreon , we can download this full functional app and customise it? Does it comes with user level security ,admin and multi user login and approval request flow ?
Hi The solution downloads contains the apps I build in my videos as it is. You have the ability to modify it for your needs or even use some of the components
Hi. You simply need to first create a form page. Then navigate to the page using the OnSelect property of the button I have a Modern form tutorial you might be interested in. ua-cam.com/video/QntVPZtwH8E/v-deo.html
Hi, you can just reference them directly with their name . Eg. 'Image 1' or 'Image 2'. However, note that if you want to store it in a collection, you need to make sure the column types do not clash. I suggest to have 2 columns 1 for the Bootstrap icons and the other for your Images.
How are we going to view the other columns/fields if you have more than what can be fit on the screen? I used a slider before to freeze some columns and scroll other columns that are not shown during design. How can we achieve this with the method you provided? your response is very much appreciated.
Just one step actually, set the horizontal overflow of the container containing both the gallery and header to "Scroll". And then you can add as many columns as needed. There would be a scroll bar at the bottom
Hi Tolu, I noticed that you didn't make mentioned of where the users in the Product Team column is being retrieved from. I know its a column in your Table, but are you getting the users from Azure AD in Dataverse or you are using a lookup to another Dataverse Table
What is the name of the display element at 1:07
Facepile
No way😂😂. After almost 1 year and 70k+ views someone finally gave me the answer. Thanks 🫡
Great content! A video showing the top portion including Search, Filter and adding new button would be amazing.
yess pleasee
agreed, yes please
This video already exists
ua-cam.com/video/dNGlFA6yNvg/v-deo.html
@@toluvictor no Sir. It is not the same sir. I am doing that vidoe and the second part from the top of this video's top part is not there.
@@toluvictor This is a different video in the link can you make a video for the top portion and can we do multi-select on the list records.
YOUR VIDEOS ARE AMAZING! please release a video showing the top portion including search, filter and exporting! I learn and have a good time while watching your videos, thank you so much! will join now!
Hi Tolu, I'm Brazilian, thank you for your videos, I'm very learning and utilizing them in my projects at work, your content is of great quality thank you more one time by to share your skills with us.
I’m watching this at 2 am in Singapore 🇸🇬. Really excited to follow this tutorial. Your have great skills in UI design and a wonderful for you to share it with everyone
Maybe there can be a rule table to switch colours based on the initials or a function that takes the initials and squishes it to a number range.
Thanks a lot 😁
That's a nice idea, you can also add the ascii values of both letters, and then get the modulus of the addition based on the number of possible color codes. So if addition is 203 and you do a modulus of 5, you get 3 and then you select the 3rd color value in your color rule table. That way a set of initials will always give the same color and the bigger your color rule table the less chance of color overlap
dude. absolutely hilarious but I think this is the best video I've seen for modern views in Power Apps. everyone else makes it look square and basic. this is great. please keep doing more videos that make functionality and user experience better.
Glad you liked it!
Wow, thank you very much for the video, it teaches really well how to work with containers, and precise design. Thank you very much.
We would really appreciate it if you made a video about the search bar as well, thank you very much!
Thanks for the kind words. A video on this topic is already in the works. Subscribe to get notified once its live
This is a great video! Very informative with detailed steps and great humor sprinkled throughout.
Great video. I've been using PowerApps for over 7yrs and you are coding very similar to me. I jump ahead sometimes and when I play, you have done something very similar or exactly the same. At the end, that was a nice SVG hack but you don't need to do that. Just get a pie chart, stick a smaller circle in front of the pie chart, stick a text label in front of the circle. Same difference, just a bit easier. 😉
Hmmm cool. Maybe you should come and help me make videos too. I need your expertise😂😂
@@toluvictor lol, you doing fine by yourself mate! lol Keep up the good work! Slight Tip. Talk slower/Slow your videos down, that's all.
I'd love to see how you setup the filter menu.
Thanks for the inspiration and walktrough.
I already created a video on that. Check it out here ua-cam.com/video/dNGlFA6yNvg/v-deo.html
Thanks for sharing us step by step all the different components to create this amazing table view.
You are a Pro on Power Apps ! This may be the only video with this content because I didn't find another one explaining it.
New subscriber! Greetings from Mexico :)
Wow, thanks!
Great work. Really beautiful. You don't need a collection to store Icon information, you can use a record, that is a plain json object and reference them as Icons.name.data or something similar.
Thanks for the tip!
Tolu - this is a phenomenal video, you've done an outstanding job. I am new to Power Apps and trying to learn as quickly as possible. I wanted to build a report for one of my apps that I'm building, and even though I suspected a gallery control could be used I couldn't figure out how. I searched, and searched for hours. I've built Power BI reports and tried to create hidden views and filters in power bi that could be used in power apps. I had a poorly working report that I was very unhappy with and it took me probably 3-4 days to build. I have done more in a few hours with this video and have a simple, functioning report now.
I found this by accident after looking for a solution to a different problem - if you did a "Build a report" title on a video like this you would probably get a lot of hits.
Thank you so much. There is some great content out there already on the Power Platform, but you bring a unique perspective and it is much appreciated.
Hello Tolu,
First of all, thank you for such a detailed explanation.
It would be very helpful if you could explain how to create the template part of the project. For example, how did you create the logo bar and filter bar at the top?
I love and carefully follow the videos of rare channels with Power apps content.
I'm sure your channel will grow soon.
Greetings from Turkey...
OK, I would work on this video. Thanks for the engagement
Me too I want it oo
Lol. Don't worry, it's the next video🙂
It is required for all beginners in it .... I know power bi part n want to work on power apps n I need best platform with basic explanations ... I hope you will come up with
The video is now live. Check it out here ua-cam.com/video/dNGlFA6yNvg/v-deo.html
Honestly this is a great video. Making gallery look sleek
Thanks
Thank you so much bro for this video. We can use your techniques to our industrial Level Apps. Please keep doing these kinds of videos and do more complex ones also.
😇
Super nice! I am impressed with your content. It's very nice to see it all coming together. Is it possible to add an slide to the table? when I change the resolution everything is shrinking and starts to get hard to understand
Awesome tutorial. I spent a lot of time to try and find how to add SVG icons into PowerApps. Please keep making more videos!
Happy you learnt something 🙂
great video, I will implement that but with fewer containers
Tolu, this is brilliant, best in the game. Keep up with the great work you are doing.
Thanks
Thanks for sharing the amazing video on modern view. It's great video. Keep posting such amazing video. Love from India
You are a Pro, bro, and I am glad I discovered your channel. This is amazing step by step tutorial. We would really appreciate it if you made a video about Employee gift match Request form with mullite level approval process using power app and power automation.
Thanks. I'll consider it as one of my future video ideas
You are the best powerapps youtuber there is man best of luck to you
Great tutorial. I learned so much and can now I can go back and polish up all my old apps.
Absolutely fantastic video tutorial, thank you for sharing your knowledge in such a clear and concise fashion. Looking forward to learning from the rest of your content!
Glad it was helpful!
Hi
great video ! Can you please do a video on the preliminary work?
Thank you !
Video already in the works👍
@@toluvictor Great job @toluvictor👍 Is the preliminary build video out yet? Can't find it around.
Hi. I've just put out a new video explaining this, check it out here ua-cam.com/video/dNGlFA6yNvg/v-deo.html
Awesome content, it will be great if you make a live example of this. Thanks a lot for your effort.
My man, you've got a new follower. Liked the content and animation effects. Shout out from Brazil
Great video. Please share a video on hiw to make user initial circles in different colors. Thanks
Alright. I'll see how I can incorporate into a future video
@3:21 If you can post a short video on how to build this , it would be great :)
I would LOVE if you could show a way to bring in data from the Microsoft planner app. Allow the user to filter on 'Planner boards', 'Assigned to', 'buckets', 'tasks',, 'Due dates', etc. Then on each card be able to see the comments, attachment links (if any), checklist items, etc. I understand all that is available in Planner but I'm looking to create a ALL IN ONE SOLUTION where people can access anything that was created from a power platform tool.
Great job Victor I learned a few formatting skills from this video. Mad skills bro and thanks for posting..
Thanks for the kind words
Excellent work, I learned new things and applied them to my project in my company, thanks for sharing.
Thanks for the kind words🙂
I've not yet managed to watch the whole thing yet, but from what I've seen so far I think you have done a great job on this, although I can do all of this myself already, I did learn a couple of different tricks and ideas on formatting.
So thank you so much for posting this tutorial.
Subscribed for more 👌
Thanks for the engagement 😋
Great vid thank you, would also live to see a video on adding the filter features.
Thanks. The video already exists ua-cam.com/video/dNGlFA6yNvg/v-deo.html
Very informative video ! Keep going @Tolu Victor....Looking for more content from you on Power Apps Development in Depth
More content on the way🙂
Fantastic video! Could you explain us the previous work, please?
Thank you so much!
Hi. I've just put out a new video explaining this, check it out here ua-cam.com/video/dNGlFA6yNvg/v-deo.html
really Nice design. Making power apps look aesthetically pleasing is the hardest part of building power apps.
Totally agree! Hopefully my videos can help you out😅
@@toluvictor I never used containers. What are they primarily used for? It's funny because, in 3 years, I never noticed they are there as components they can be added to a power app.
@@toluvictor I subscribed to your channel also. Appreciate the content
They are used for grouping and layouts in PowerApps
Thanks 😁
Super awesome...i used to check Reza Dorani's video and i can tell you leven up
Hey Tolu did you ever come around to creating a video about the initial page you use here? Would like to follow your tutorial but even that page is not simple to recreate
My dude!!! You just got yourself a new subscription! Holy moly what a video quality! Can't wait to watch all your videos!
🤩 Glad you liked it. There's more to come
@@toluvictor Can't wait! Just starting out on PowerApps, i want to implement it as a new product for my MSP business, so many companies in denmark could use their own company apps!
I agree, best of luck on your journey
Great work!! Thanks alot for sharing your knowledge..
This is excellent! I've just started watching. Please can you do a video showing how you made the header and filters section from the beginning of your video. Thanks 😊
I have. Here it is ua-cam.com/video/dNGlFA6yNvg/v-deo.html
Thanks 😊
My friend a A plus tutorial, a must is a video showing the top portion including Search, Filter and adding new button
This video exists already
where?@@toluvictor
ua-cam.com/video/dNGlFA6yNvg/v-deo.html
Hi, could you make a video explaining about the search bar and filter please?
Your videos are hilarious. Thank you. You have saved alot of people's jobs!
Glad you like them!
Awesome UI skills. Please do more like this!
Thanks, will do!
Congratulations on the application, very cool I liked it a lot I will follow you on UA-cam
Thanks for the kind words
Your content is amazing! I found this extremely useful! Thank you for sharing.
👍
Hi Victor will it be possible to show how you setup the filter pane in the first demo. Am trying myself so I want to check if I am adopting your same strategy. Thanks a lot.
Sure. I'll incorporate it into my next vid
Hello Tolu, awesome tutorial! Just a question: if I have 19 columns, how can the table gallery be scrollable?
Salute you Tolu ... you are the best of the best...
Thanks for the kind words
Fantastic job! The app looks amazing
Thanks for this lovely video, just want to point out the visual quality of the video is not clear(maybe its just me )
I recorded in 1080p, so viewing at on a larger laptop (2k and 4k) might not be as clear as what you are used to
Please can you do a video of the top headers? Thank you kindly.
This video exists already . ua-cam.com/video/dNGlFA6yNvg/v-deo.html
Great!
Thank you so much!
Can you create a video in the future about change status in bulk (the same time) using checkbox or anything based on Sharepoint column?
OK. I'll consider this idea in a future video 👍
thanks a lot it was very helpful video, please explain the gallery filters and row in next video ^-^
The video already exists. Check it out here ua-cam.com/video/dNGlFA6yNvg/v-deo.html
It would be great if you tell us how to add the data table to the power app.
Great video, i really like you content, you're awesome! Please make more videos.
Genius svg solution, great video. Thank you.
Thanks for the engagement 🙂
Amazing Tutorial Tolu. 😍
Thanks Ricardo
Hey Tolu please make the video for the first basic parts of the app steps also thank you
The video already exists. Check out my latest video
Bro if that video is available please share the link na ...your way of teaching and app design are so crazy since I'm a beginner please make app designing from basic..thanks a lot
@@toluvictor where
ua-cam.com/video/dNGlFA6yNvg/v-deo.html
so thankful i found you
That intro with the "HUH!?" @ 0:50 caught me off guard... got me laughing out loud and my dog looking at me crazy.
😂😂😂
Wow. Very nice gallery my friend 👍🏼
Thanks a lot🙂
Awesome Job Tolu!
Thank you for these design guides!
🫡Thanks for the engagement
I understand that this video is about a non-responsive app.
What is the purpose of inserting a horizontal or vertical container into a container?
Really great video. 👍
😁
Fantastic! I got stuck on the multiperson field. After adding the blank gallery then try to insert image within the gallery, it doesnt add inside the gallery, only inside the container where gallery is added. Tried to use the gallery with layout (image, title, subtitle) but it still doesnt show the images. Have you encountered anything similar?
Awesome tutorial! Thanks for sharing, Tolu
🙂
AWESOME!!! CAN U MAKE FOR THAT SEARCH AND FILTER ROW TOO............
The video already exists. Check it out here. ua-cam.com/video/dNGlFA6yNvg/v-deo.html
I've been waiting for you Mahn!! Now got a channel for Power Apps design Learning!!
🤣🤣 Sorry I've been procrastinating for 1 year
@@toluvictor Whenever I am searching UI for Power Apps..I've never seen you in the list for past 2 years Mahn...🥹🥹
I've got some cool ideas lined up. Subscribe to get notified once it's live🙂
@@toluvictor Already Done brother! Waiting to get cool inspirations 💤
🫡
Excelente contenido, muchas gracias. puedo obtener una barra de desplazamiento horizontal y si es así agregarlas al contenedor de encabezados y al contenedor del cuerpo de la tabla y que al mover cualquiera de las dos se mueva también la otra para no perder la perspectiva de tabla? pues estoy realizando esto pero necesito reflejar 15 columnas.
Nice. Thanks for sharing. Some real gems in there 👍👍
I love this modern design. Looking forward for more!
😁 More is on the way
Keep these great videos coming. AWESOME JOB
That's the plan💪. Thanks for the kind words
Now i know how to use the containers ty.
Great Video! In the gallery, how to you have a thicker line and then a thinner line?
I'm not sure exactly what you're referring to but I assume it's the rectangle width you're referring to. Just change the width to match your desired thickness
@@toluvictor sorry, maybe it’s just me, but it looks like there is a thicker line separating every other item in the gallery.
Oh I see what you're talking about. That's just a PowerApps studio visual bug that occurs on smaller screens. I recorded this video on a small screen
@@toluvictor got it thank you
Can you please make a video on Size and scale to fit settings in making canvas apps, I didn't find any right information in any site or UA-cam video. Please make a video on necessary steps to make my app look full screen in any device.
Hi. For that, you'll have to build your app as a responsive app. A video on this topic is already in the works🙂
absolutely fantastic explained. thank you
You're welcome🙂
Can u share filter container creation step by step video
Awesome video man. Keep posting🤩
Thanks 😇
In your patreon , we can download this full functional app and customise it? Does it comes with user level security ,admin and multi user login and approval request flow ?
Hi
The solution downloads contains the apps I build in my videos as it is. You have the ability to modify it for your needs or even use some of the components
@@toluvictorGreat will subscribe, please make next video on muti user login and approval flow in power apps if possible
Hi, thank you very much for the video, it's great.
I wanted to know how you export the data to an excel file?
You basically need to use Power Automate. There are some video on youtube that explain this concept really well. Check Reza Dorrani's channel
Hi, at 42:39 when you added the button, can you show how to connect the button to an edit form? I am stumped at trying to make that work.
Hi. You simply need to first create a form page. Then navigate to the page using the OnSelect property of the button
I have a Modern form tutorial you might be interested in. ua-cam.com/video/QntVPZtwH8E/v-deo.html
@@toluvictor Aw sick! Thanks man.
I really like your videos Tolu
Hi Tolu. i am confused. How are you able to get multiple rows and separators in the vertical gallery? thanks. please I really need help
Love the design. Subscribed❤
😇
@toluvictor I'm beginner in power apps. Could you explain how to do the header and filters? Thanks a lot
Hi. I've just put out a new video explaining this, check it out here ua-cam.com/video/dNGlFA6yNvg/v-deo.html
Incredible work, thanj you!!
Glad you liked it!
thank you , very useful and so good explication
🙂
Hi Tolu, how can we use images from the media in the "Set Icons" defined in the formulas instead of using bootstrap?
Hi, you can just reference them directly with their name . Eg. 'Image 1' or 'Image 2'.
However, note that if you want to store it in a collection, you need to make sure the column types do not clash. I suggest to have 2 columns 1 for the Bootstrap icons and the other for your Images.
Will you please help me with you header and filter row that you used in gallery up side
amazing🎉 never think in this way. GitHub application giving error while importing. unable to use in my application 😢
Hmm. What's the error
while importing it saying something went wrong. please try again later
getting same in different tenants
@@ravithavutu3537is it resolved now ?
need a video for the filter design container
The video exists already
Please check it out here
How are we going to view the other columns/fields if you have more than what can be fit on the screen? I used a slider before to freeze some columns and scroll other columns that are not shown during design. How can we achieve this with the method you provided? your response is very much appreciated.
Just one step actually, set the horizontal overflow of the container containing both the gallery and header to "Scroll". And then you can add as many columns as needed. There would be a scroll bar at the bottom
I know I am here to learn but your sarcasm is taking me😂
😅
Hi Tolu, I noticed that you didn't make mentioned of where the users in the Product Team column is being retrieved from. I know its a column in your Table, but are you getting the users from Azure AD in Dataverse or you are using a lookup to another Dataverse Table
Its a lookup to the default "User" table. This table gets its data from Azure AD
would love to know how to do the top part with the filters
Hi. I've just put out a new video explaining this, check it out here ua-cam.com/video/dNGlFA6yNvg/v-deo.html