Power Apps Model-Driven Apps: Table Columns Tutorial

  Рет қаралды 22,432

Lisa Crosbie

Lisa Crosbie

Күн бұрын

Пікірлер: 42
@LisaCrosbie
@LisaCrosbie 3 жыл бұрын
Cupcake Ipsum is available here: www.cupcakeipsum.com/
@johnsolo8933
@johnsolo8933 2 жыл бұрын
Just wanted to drop a note to say thank you for doing this series of videos. I run a small business. I just started switching my work flow from notion to Microsoft. I gravitated towards Microsoft lists and power automate, but I hit a wall with forcing that into what I really need: a relational database. I then started to explore Access, but that comes with its own issues. Then I stumbled upon the Dataverse. It seemed like it had everything I needed, but... It was a bit overwhelming. Enter YOU and your fantastic beginner videos. THANK YOU SO MUCH!!! You have saved me weeks of frustration
@yeraldo05
@yeraldo05 3 жыл бұрын
Thanks for the overall introduction to the type of columns Lisa!!!
@LisaCrosbie
@LisaCrosbie 3 жыл бұрын
Thanks for watching Yeriel
@Paul_yd_
@Paul_yd_ Жыл бұрын
You are amazing, I really appreciate all the enthusiasm and effort that you put into teaching. By far the only instructor that doesn't make me want to hit the pillow.
@LisaCrosbie
@LisaCrosbie Жыл бұрын
Thanks so much!
@busyshah
@busyshah 2 жыл бұрын
Concise, comprehensive and well put together. Max learning curve.
@LisaCrosbie
@LisaCrosbie 2 жыл бұрын
Thanks!
@vasudevbethamcherla3001
@vasudevbethamcherla3001 3 жыл бұрын
Thank you so much Lisa. This series has been really useful for a complete beginner like me.
@LisaCrosbie
@LisaCrosbie 3 жыл бұрын
Excellent, thank you, so glad to know it helped
@mikesmith2315
@mikesmith2315 2 жыл бұрын
Thankyou for this great presentation
@LisaCrosbie
@LisaCrosbie 2 жыл бұрын
Glad you enjoyed it!
@anninguyen7772
@anninguyen7772 Жыл бұрын
Thank you so much Lisa!
@kevinklas4281
@kevinklas4281 11 ай бұрын
Hi Lisa, do you have any idea if it`s possible to set the "Display Name of a new self-added column" in different languages? For Example, like, English and German or even more languages like Spanish, French! So, it would be if there are multiple Users in a model-driven-app that using different languages, that each user can chose (or it will be done automatically) his preferred language to use the model-driven-app. Thanks so much for all your videos, I really like them! 🙂
@LisaCrosbie
@LisaCrosbie 11 ай бұрын
Yes, here’s how it works learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/translate-localizable-text
@judevilingston3344
@judevilingston3344 Жыл бұрын
Hi, good content. I have a query - is there a way to add a new column to a linked external table (sharepoint list). It's disabled by default to try in power apps
@andersonm6241
@andersonm6241 2 жыл бұрын
Hello, first of all I want to say that I really like your videos and I have learned a lot. I have a question, I have a lookup column in a table A, I want that when I select the record of the table B (Table in which the lookup column is searching), the value that appears in the lookup column, is another column outside the main column of the table B. I also want that by selecting the record, automatically in other columns of my table A, several values of the selected record are entered (values of the selected record from the table B), this means filling several columns of my table A, with the different values in table B of the selected record in my lookup column. how can I do this?
@LisaCrosbie
@LisaCrosbie 2 жыл бұрын
The lookup column will only ever show the Primary Name of the table you are looking up, but you can use a different view in the lookup so that the user sees additional information from table B when searching. To display more columns from table B after you have done the lookup you can use a Quick View Form - video tutorial here - kzbin.info/www/bejne/ioach6ePabGNgs0 If you want to actually fill columns on Table A with values from Table B after the lookup is selected then you can build a flow in Power Automate to add those values.
@starry-traveler
@starry-traveler 2 жыл бұрын
Hi Lisa, awesome video. Just watched you from the Virtual Training earlier today. Question though, how do you add multiple users in one column? I'm guessing using Lookup -> AAD user. But there's no option there to have multiple selections. TIA
@LisaCrosbie
@LisaCrosbie 2 жыл бұрын
Hi Denisse, thanks for joining the session, we had so many more questions there than we could get to! You're right, lookup doesn't allow for multiple selections. You need to create multiple lookup columns. Otherwise you can use another option called connections (from the Innovation app that's what they use for a list of internal stakeholders /users) What's the use case/requirement that needs more than one user in a lookup?
@starry-traveler
@starry-traveler 2 жыл бұрын
@@LisaCrosbie Hi Lisa, thanks for the reply. I'll try the connections that you mentioned. We have a column named "Interviewees" and it require multiple users.
@espencer2151
@espencer2151 Жыл бұрын
I have a question in regard to the Yes/No data type. The datatype is "shown" as a toggle in the table editor, but when it comes to using it in the PowerApps form (as you presented), it shows up as a Drop Down. How do we change that to show as a toggle (or better yet, a Checkbox). I have been trying to figure this out for weeks, and cannot seem to get it to work.
@LisaCrosbie
@LisaCrosbie Жыл бұрын
On the form designer there is an option in the bottom right called “components” and you’ll find the toggle switch there. Haven’t done a video on it yet.
@LG-mv8sj
@LG-mv8sj 2 жыл бұрын
Great tutorial! love your work. Wondering it is possible to have choice/choices column to pull its choices from a different table's items or from a SharePoint list item. for example, I have a list of active projects in a dataverse table, or in a SharePoint list and I want the choices to be the project names in that table or the list. if you already have a video, could you please respond with it? I prefer SP list as I already have a canvas app used for a different purpose and I need the project names from the SP list as the choice column data within this model driven app. I haven't seen all your videos yet, sorry it its already there. :)
@LisaCrosbie
@LisaCrosbie 2 жыл бұрын
Thanks so much. In answer to your question - no, it doesn't work that way. The choices column can't be connected to another table in Dataverse or SharePoint, it needs to be set up as its own object (although then that same list of choices can be used in multiple tables). Getting the values from your SharePoint list into a table in Dataverse will be easier than trying to apply it to a choice column, so if you can use a lookup to another Dataverse table instead that may be a better option. You could build a Power Automate flow that adds a value to the table in Dataverse each time a new project is added to the SharePoint list.
@LG-mv8sj
@LG-mv8sj 2 жыл бұрын
@@LisaCrosbie I am getting a hang of it, thanks to you again. I watched your order placement app. but i am not sure how to place one order with multiple items. do you have a guide for it? I am building a safety app where it has forms and need repeating tables within each form so people can fill one form for multiple safety issue rather than submitting multiple forms. looking forward for your response!
@philopenshaw541
@philopenshaw541 2 жыл бұрын
Hi Lisa, thanks for sharing, but as a novice user I am struggling to convert a template text column to autonumber. I am getting an error column type cannot be changed because it is currently being indexed. Doesn't appear to be an option to delete and start again. Thanks Phil
@LisaCrosbie
@LisaCrosbie 2 жыл бұрын
Sorry, I haven't come across that error before. You might want to post the question in the Power Apps Community Forum (if waiting a while and trying again hasn't solved it)
@karenrees7370
@karenrees7370 3 жыл бұрын
Another really useful explantion Lisa, thank you. As a beginner your videos are quickly becoming my 'go to' for Power Apps learning insights! I'm trying to create a date only column suitable for DOB but unsure how to set a parameter more useful to selecting a DOB rather than current date. Is this possible do you know? Thanks again
@LisaCrosbie
@LisaCrosbie 3 жыл бұрын
Hi Karen, thank you. Unfortunately you can’t get a date type column without the year. The best way to do this is create 2 whole number columns, one for day and one for month, or a choice column for each. Using numbers also means you can run automation to find today’s birthdays or upcoming birthdays. I’ll do a video on that.
@karenrees7370
@karenrees7370 3 жыл бұрын
@@LisaCrosbie Many thanks Lisa, I will need the year also, so look fowward to your video!
@masgitz
@masgitz 2 жыл бұрын
Hey Lisa. I used an entity as lookup but can't get it to search with correct column. Looks like it wants to search primary column, but I didn't change this to anything useful. Anyway to change that?
@LisaCrosbie
@LisaCrosbie 2 жыл бұрын
You can change that by configuring the "Lookup View" for the table. Put in the columns you want to include in the lookup search.
@jumanamahmoud2349
@jumanamahmoud2349 2 жыл бұрын
Hello, Please can you help me in this case: I have model driven data verse platform and I need to make chioce field depend on yes or no field value
@LisaCrosbie
@LisaCrosbie 2 жыл бұрын
Can you tell me more about what you are trying to do? What will the dependency be? Do you want the choice field to show/hide based on a yes/no? Or do you want it to be mandatory? Or something else?
@morganmetzger5832
@morganmetzger5832 3 жыл бұрын
Do you know a way to create a column that counts the number of choices? Like here you picked gold and silver, but there's no calculated or roll up field that can say this record has 2 choices. How would you approach this? Hard for me being newbie to see its logic. Thanks for the series.
@LisaCrosbie
@LisaCrosbie 3 жыл бұрын
Hi Morgan, not that I know of and to be honest I’ve never heard anyone ask for that before. Can you give me an example of why you would want that, there might be another solution if I understand the use case or problem you are trying to solve?
@morganmetzger5832
@morganmetzger5832 3 жыл бұрын
@@LisaCrosbie In a word, gamification. A scoreboard with an easy import/export method based on 100 people inputting "choices" fields that define their representative work under contacts. I can do this by using a canvas app inside a model driven app, but the load time and licensing costs aren't really ideal.
@rockstarsetsuna
@rockstarsetsuna 2 жыл бұрын
Hello Lisa , i work for a company with more than 100 service technicians and i am looking at a option to automate our Service reports which are currently being manually filled by our technicians at the clients location. i was wondering will Power Apps help me in building such a tool that can be utilised across our network.. we use Microsoft 365 suite company wide. Your suggestions would greatly help me .. Note : I will deep dive into your playlist , it's indeed a treasure trove of knowledge.
@LisaCrosbie
@LisaCrosbie 2 жыл бұрын
Absolutely, yes, replacing paper based forms is a common use case for Power Apps. You would most likely want to build a canvas app (see my tutorial here - studio.kzbin.infoq2gOaI7EtOc/edit ) and then you need to decide on a suitable data source - if you are working with substantial amounts of data and you want security, permissions and analytics, then a model-driven app built on Dataverse (as shown in this video) will serve you well. For a smaller and more basic data set you can work on SharePoint. Hope that helps and best of luck.
@321jasie
@321jasie 3 жыл бұрын
Hi Lisa, thanks for these tutorials - finding them really useful and your teaching style makes them easy to follow. Question about the file column kzbin.info/www/bejne/Z6LOeaObd9etaLM You mention using Sharepoint Integration for large files, something I would have to do with what I have in mind. Question is how would I go about this?
@LisaCrosbie
@LisaCrosbie 2 жыл бұрын
Hi Jason, I'll make a video on this shortly, thanks, stay tuned!
How to Design and Build a Data Model in Microsoft Dataverse
42:09
Lisa Crosbie
Рет қаралды 106 М.
Create and Configure Views: Tutorial for Model-Driven Power Apps
19:15
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Power Apps Model-Driven Apps: Forms Tutorial
15:40
Lisa Crosbie
Рет қаралды 39 М.
How To Use Lookup Columns In Power Apps
34:05
Daniel Christian
Рет қаралды 44 М.
Create a Model-Driven App with Dataverse, Start to Finish | Power Apps for Beginners
16:24
PowerApps Draggable Controls
18:43
April Dunnam
Рет қаралды 20 М.
Everything you need to build a Model-driven Power App
40:34
Shane Young
Рет қаралды 75 М.
5 Excel Tools Most Users Never Think to Use (Files Included)
12:34
MyOnlineTrainingHub
Рет қаралды 276 М.
Power Apps Model Driven Apps FULL COURSE for Beginners
3:23:34
Lisa Crosbie
Рет қаралды 562 М.
Power Apps Model-Driven Apps: Tutorial for Complete Beginners
26:16
Lisa Crosbie
Рет қаралды 154 М.
Power Apps & Dataverse: Relational Tables Made Easy
58:46
PowerApps Tutorial
Рет қаралды 10 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН