How to Create a Data Entry Form in Microsoft Power Apps - A Tutorial

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 120

  • @pmo4325
    @pmo4325 Рік тому +19

    This is clearer than any other video on the topic. Thank you!

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      You are more than welcome! Thanks for letting us know!

  • @davoc5140
    @davoc5140 Рік тому +8

    This lady has a gift for teaching - what a breath of fresh air!

  • @solomondavidson2607
    @solomondavidson2607 4 місяці тому +2

    This lady is a proper teacher,everything is super clear and well explained.

  • @AdalbertoGarza-iw3qd
    @AdalbertoGarza-iw3qd 5 місяців тому +3

    Using this in May 2024, so informative and clear! Thank you!

  • @maheshgupte1495
    @maheshgupte1495 11 місяців тому +2

    Thank you very much for making this video. Can you please make a video for input as drop down instead of manual entry also provide an option to select the add record in database for editing

    • @MyExcelOnline
      @MyExcelOnline  11 місяців тому

      You are most welcome! I will add your idea to our ideas list.

  • @stlaurent26
    @stlaurent26 Рік тому +1

    good video, question for adding a new record: instead of typing it in, is there a way to populate it from another source?
    Say, 2 data sources (d1, d2) -> search / filter d1 > select a record > populate selection to a form > edit then submit form as a new record for d2. This applies to many business scenarios, thanks

    • @MyExcelOnline
      @MyExcelOnline  Рік тому +1

      Yes, you can prepopulate it with the data from the source. This question is a little more involved than I can answer in a YT comment, but we do have a site where you can ask more technical things like this here: www.myexcelonline.com/microsoft-excel-consulting-services/#

  • @franciscoorozco2625
    @franciscoorozco2625 Місяць тому

    finally a video that explains clearly, thanks a lot!

  • @lecuae
    @lecuae 8 місяців тому

    Thank you very much for very clear and concise video. what if we collect numbers? We write.Text against the input column what do we write if we have number values?

    • @MyExcelOnline
      @MyExcelOnline  8 місяців тому +1

      You are welcome! You should be able to have a number textbox.

  • @kswind
    @kswind 6 місяців тому

    Yup, it is the best video! without any confusion! thank you

    • @MyExcelOnline
      @MyExcelOnline  6 місяців тому

      So glad it was clear for you. Thanks for letting us know!

  • @Amritasthegreatindiantaste
    @Amritasthegreatindiantaste 4 місяці тому

    Thanks , Easy to understand as a beginner i learned my first app from you . 💃💃

    • @MyExcelOnline
      @MyExcelOnline  4 місяці тому +1

      That's great! Thanks for watching!

  • @Kim-tr1fy
    @Kim-tr1fy 4 місяці тому

    Thank you! You have completely demystified PowerApps for me! Game changer!

  • @pavel_stafeev
    @pavel_stafeev Рік тому +2

    Amazing video. Really clear and useful. Will be great start foe myself to start using Power Apps. Thank you!

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      You are SO welcome! Thank you for letting us know!

  • @manishshrivastava7961
    @manishshrivastava7961 Рік тому

    Hii, great explanation . I am new to PowerApps have seen multiple videos but come to know detail by watching this only. Very clear Explanation

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      That is so great to hear! Thanks for taking the time to tel us!

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      That is so great to hear! Thanks for taking the time to tel us!

  • @perezselem
    @perezselem 11 місяців тому

    Amazing video! Can we add user security to this? Like user having to log in before adding any data, and not able to update other users data?

    • @MyExcelOnline
      @MyExcelOnline  11 місяців тому

      Yes! It is very flexible and you could create a login screen and code to check for the correct password.

  • @user-blackwoodscider
    @user-blackwoodscider Рік тому +3

    amazing video - many thanks!
    for some reason the collect formula from 13:10 gave an error in file types, but I found a quicker solution without referencing each field individually Collect(collection, form.Updates) - maybe you can tell about this in the next video)

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      So glad you liked it! Thanks for letting us know!

  • @stevensmall5279
    @stevensmall5279 Рік тому +1

    Great video! Is there a way to get the data cards to populate blank for new data entries?

  • @wilkdawg1
    @wilkdawg1 Рік тому

    This is great! Thanks so much. I am having issues pulling a date from my form into the excle data source. Could you help? Perhaps you have another tutorial that covers this? Thanks again!

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Sure, we will keep that in mind. In the meantime, we do have consulting services that can help. Please check out www.myexcelonline.com/microsoft-excel-consulting-services/

  • @markusb3218
    @markusb3218 6 місяців тому

    This is very helpful tutorial. May I ask how to add a sort button to the galary?

    • @MyExcelOnline
      @MyExcelOnline  6 місяців тому

      Hi and thanks for the question. If you are using a SQL statement to connect to data, you could use an order by clause at the end of it. If not, we do offer consulting services and could help you more specifically based on your connection. Here's the link: www.myexcelonline.com/microsoft-excel-consulting-services/

  • @rohitkarnatakapu4760
    @rohitkarnatakapu4760 Рік тому

    Great video. Helped me learn with details. I am trying to delete the row using Remove function, but i get an error "Selected isnt recognised". Can you help me on it

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      That's great! We would love to help you. Please check out our consulting services at www.myexcelonline.com/microsoft-excel-consulting-services/#

  • @Becaye-gi5sb
    @Becaye-gi5sb Місяць тому

    Amazing video! Props to you!

  • @nindyasofiana
    @nindyasofiana 9 місяців тому

    Hi thank you, it's really help, can anyone tell me how the list can show then empty value? so we can add with empty form as well

    • @MyExcelOnline
      @MyExcelOnline  9 місяців тому

      Hi. Thanks for the question. Yes, you should be able to do that. It would be a lot to type here, so I would recommend contacting our consulting services here: www.myexcelonline.com/microsoft-excel-consulting-services/

  • @joef.matthew
    @joef.matthew Рік тому

    Great video....column head's name with space....new one I learned.....

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Glad it was helpful and glad you learned something new!

  • @DavidiiDoron
    @DavidiiDoron 4 місяці тому

    It's really helpful, i have 2 more columns for Date and time. Could you tell me how do I edit that formula for add button. When I do ,date:date.text, there comes an error

    • @MyExcelOnline
      @MyExcelOnline  4 місяці тому

      Thanks for the question! Without seeing your project, it'd be hard to troubleshoot, but good news: we have consulting services to help with specific issues like this. Please visit www.myexcelonline.com/microsoft-excel-consulting-services/

  • @rajkumaravvs7794
    @rajkumaravvs7794 3 місяці тому

    Hi it is a great video. But can we create a app shared with different users with unique data populated for each of them.

    • @MyExcelOnline
      @MyExcelOnline  3 місяці тому

      Yes you can! If you would like some specific help, we offer taht here: www.myexcelonline.com/microsoft-excel-consulting-services/

  • @mirrrvelll5164
    @mirrrvelll5164 Рік тому

    Great, does it work with SQL source also? I mean these steps and options for Add/Remove/Update?

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Yes it does! Just use SQL as a data source instead of Excel.

  • @testingaccount-x9b
    @testingaccount-x9b 3 місяці тому

    Thank you for the video. Nice work Ma shaa allah.

  • @bakalogatos7
    @bakalogatos7 11 місяців тому

    Hello :) Great and simple explanation for a beginner. How can i automatically add the Date, the username and the email of the end user who is filling this form?

    • @MyExcelOnline
      @MyExcelOnline  11 місяців тому

      You might need a macro for this, to enhance the functionality.

  • @shafiqikram2995
    @shafiqikram2995 Рік тому

    amazing videos! May I know how many forms can be created in Power Apps per user plan?

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Thanks! Glad you liked it. Maybe this will help you decide? powerapps.microsoft.com/en-us/pricing/

  • @michaelbrandmaier2336
    @michaelbrandmaier2336 5 місяців тому

    Nice video. At 14:00 what if i want to collect numeric values? Which data type i would use? with txt it is not working.

    • @MyExcelOnline
      @MyExcelOnline  5 місяців тому

      There should be a number format for you to select for that box instead of text.

  • @laszlogyor6628
    @laszlogyor6628 Рік тому +1

    Excellent video. Thank you.

  • @MrHackmed
    @MrHackmed Рік тому +2

    Great job, this is awesome, this is so apt, and straightforward. Can you please do a video on using SQL as a data source from scratch instead of Excel?
    Thanks

    • @MyExcelOnline
      @MyExcelOnline  Рік тому +2

      We can add that to our list. Thanks for the request! In the meantime, if you go to 2:38 in the video, you can make a SQL connector instead of an Excel one. Change the connection at 3:09. Instead of selecting Excel, there should be one for SQL.

  • @jpmd2001
    @jpmd2001 Рік тому +1

    Great, thanks! I could replicate this perfectly. Is there a way to pick data from a dropdown picking data from a separate data source? For example, Category could be taken from a dropdown list to avoid errors. Thank you so much

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Yes, you should be able to set that up on the dropdown data source.

  • @kdavis5450
    @kdavis5450 8 місяців тому

    Is it possible to use power apps to create a form with multiple tabs that sends the data entered on each tab to a specific spreadsheet tab in a single Excel workbook? I have data I want to collect in one workbook but on different tabs. For example, individual tabs in a spreadsheet might be Payables, Receivables, Cash Donations, In-Kind Donations, etc. I'm wondering if power apps can be used to create a tabbed interface (even if it is just buttons across the top of the page that display certain entry fields from each category when clicked). As long as when the form fields that are displayed are updated, the data saves to the specific tab associated with that spreadsheet in the single workbook. Also, can the powerapp be sent to anyone with an internet connection to complete?

    • @MyExcelOnline
      @MyExcelOnline  8 місяців тому

      Yes, you should be able to make multiple connections to the same spreadsheet. If you would like some assistance with your project, we do offer consulting services here: www.myexcelonline.com/microsoft-excel-consulting-services/

  • @lilliththequeen
    @lilliththequeen Рік тому +1

    Thanks for the great video! I'd like to create a data entry table where users input, let's say, their requested articles, and I'd like these requests to be automatically entered into my Excel file. Your showcase is similar to that but I don't want my users to see the list on the left hand side on your video. How can I do that? Thanks!

    • @MyExcelOnline
      @MyExcelOnline  Рік тому +1

      You can choose to not add the gallery and just have data entry fields on the screen. Check out 10:33 in the video.

  • @piotrrybka318
    @piotrrybka318 4 місяці тому

    Shouldn't there be a New button with NewForm(VideoDetails) in OnSelect to clean everything from the form and EditForm(VideoDetail) in OnSelect property of VideoGallery to bring the form back to edit mode after selecting a row in the gallery? And I guess the SubmitForm function would also work on a new record, provided the form is in the new mode.

    • @MyExcelOnline
      @MyExcelOnline  4 місяці тому

      Yes, you could do that if you would like.

  • @APBITEMS
    @APBITEMS Рік тому

    Hello, Awesome Video!
    I stumbled upon a problem and I'm hoping for help.
    Upon entering the second button which is the add button in my current app , even though I have no errors in the code whatsoever ( it even recognized the tables and the text field and underlined them with different colors just like in the video) , It doesn't seem to add any additional rows while using the COLLECT function. It works perfectly fine with the update function (when having blank table rows in the list) , but I would like to update my primary data source which is an Excel Table.
    I've tried multiple solutions but none of them seem to work. Is it a data source issue since mine is using SharePoint? Looking forward to your response. :)

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Hi. So glad you liked the video! Yes, we can help. Please see our consulting services page here: www.myexcelonline.com/microsoft-excel-consulting-services/#

  • @SceptileSlash
    @SceptileSlash 5 місяців тому

    Having issues when connecting my form to the gallery. When I try to edit the fields, the button is greyed out even though I've connected it to my data source. Any suggestions?

    • @MyExcelOnline
      @MyExcelOnline  5 місяців тому

      Teh first question I would have is do you have a Microsoft business account or a personal one? It may work better with a business one. If that doesn't help, please feel free to contact our consulting services here for additional help: www.myexcelonline.com/microsoft-excel-consulting-services/

  • @CMA418
    @CMA418 Рік тому

    Can I use this method to search and find entries in my database/excel spreadsheet?

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Yes, you should be able to do that. Just send a parameter from PowerApps to your datasource or build the SQL on the fly. If you need more help once you get into that, please feel free to contact our consulting services here: www.myexcelonline.com/microsoft-excel-consulting-services/

  • @haidoan6993
    @haidoan6993 Рік тому

    If first question is about the code employee, if the employee input their code then the second question can be auto show the name? (Can be link with source excel file?

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Yes, you should be able to do a lookup after entering a code. If you have a specific project you would like help with, we do offer consulting services here: www.myexcelonline.com/microsoft-excel-consulting-services/#

  • @adwinstead
    @adwinstead Рік тому +1

    Thanks!

  • @kamaleshvasudeva6288
    @kamaleshvasudeva6288 7 місяців тому

    Good one

  • @Kalinigneri
    @Kalinigneri 7 місяців тому

    How does this change when u have drop downs in your form?

    • @MyExcelOnline
      @MyExcelOnline  7 місяців тому

      It should just be a different control type with a data source attached to it. We have consulting services if you would like help creating it: www.myexcelonline.com/microsoft-excel-consulting-services/

  • @moustafaal-tawaijary5034
    @moustafaal-tawaijary5034 Рік тому

    Is there a way to make an app for grades records,? where parents have to enter their national ID to show their child progress in the class. I'd be grateful if u could guide me.

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Yes, you should be able to do that. Maybe have a login page with the ID and the last name and then proceed with that student's info? If you would like further assistance, we offer consulting services to help you get specifically what you need. Please check out www.myexcelonline.com/microsoft-excel-consulting-services

  • @nkululekotshabalala4913
    @nkululekotshabalala4913 2 роки тому

    It is possible to create Data Entry Form with log in credentials for each person?

    • @MyExcelOnline
      @MyExcelOnline  2 роки тому

      Yes if you have Office for Business and use it in your organization.

  • @teo11300
    @teo11300 6 місяців тому +1

    This is great. However, to add a new record, you need to manually remove all text present in the form. Would be nice if there was an option to clear all visible text in the form, ready for you to start entering new data.

    • @MyExcelOnline
      @MyExcelOnline  6 місяців тому

      You most likely can do this by setting the values of the boxes to nothing. If you have a specific app you are working on, we offer consulting services to help if you would like: www.myexcelonline.com/microsoft-excel-consulting-services/

  • @nenaborinkena
    @nenaborinkena Рік тому

    How do I share the app once its created so other users with link can use it?

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Hi. Thanks for the question! You should be able to go to the Command Bar and click Share and share it from there. Hope that helps!

  • @collindow2492
    @collindow2492 4 місяці тому

    weird, I did everything step by step but it isnt working. its not pulling anything from my table.

    • @MyExcelOnline
      @MyExcelOnline  4 місяці тому

      So sorry to hear that. Sometimes it is a settings issue specifically with your account or maybe a setting within the app. We can help troubleshoot if you would like to contact our consulting services at www.myexcelonline.com/microsoft-excel-consulting-services/

  • @nicolasvincent1318
    @nicolasvincent1318 7 місяців тому

    The code for the add button doesn't work (it shows an error). Could anybody tell me how to fix it?

    • @MyExcelOnline
      @MyExcelOnline  7 місяців тому

      What's the error you are getting?

  • @athanasiosnestoras9096
    @athanasiosnestoras9096 9 місяців тому

    Why do we use "Collect" & not only the SubmitForm function?

    • @MyExcelOnline
      @MyExcelOnline  9 місяців тому

      Hi. Thanks for the question. It's just one example. You can use others depending on what you are wanting to accomplish.

  • @setupatel1267
    @setupatel1267 2 місяці тому

    I'm unable to click on 'add field'. Please help!!!

    • @MyExcelOnline
      @MyExcelOnline  2 місяці тому +1

      Hi. do you have the whole version of Power Apps?

  • @supriyochatterjee4095
    @supriyochatterjee4095 2 роки тому

    Sir can you please kindly make videos related to how to create Company Interactive Dashboard using Power Apps

  • @thenowbasket
    @thenowbasket 11 місяців тому

    awesome!

  • @soumyasingh8500
    @soumyasingh8500 Рік тому

    Hey, actually when i am linking my table to the table..it is not showing anything

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Hi. Thanks for the question. Is there data in your datasource? We also offer consulting services if you would like help with a specific issue: www.myexcelonline.com/microsoft-excel-consulting-services/

  • @mydolphin9833
    @mydolphin9833 Рік тому

    ı just want to bring last entered data to the next form as a defoult but ı just cant that

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      Hi. Thanks for the question. We offer consulting services if you think that might help: www.myexcelonline.com/microsoft-excel-consulting-services/#

  • @ucup33
    @ucup33 8 місяців тому

    something missing on new data, to make sure the text box empty

    • @MyExcelOnline
      @MyExcelOnline  8 місяців тому

      Hi. I am not sure what you are asking. Are you asking to ensure a value has been entered?

    • @ucup33
      @ucup33 8 місяців тому +1

      @@MyExcelOnline to make sure the form is empty when trying to input another data

    • @MyExcelOnline
      @MyExcelOnline  8 місяців тому

      You may want to make sure you are going to a new record when opening the form.

  • @kebincui
    @kebincui 7 місяців тому

    👍❤🌹

  • @stevenlutz8943
    @stevenlutz8943 Рік тому

    Thanks!

    • @stevenlutz8943
      @stevenlutz8943 Рік тому

      How can you use a search button to point to the certain record?

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      You bet!

    • @MyExcelOnline
      @MyExcelOnline  Рік тому

      If you use one of the templates to make a sample app, the code will be made for you and you can tweak it from there. Hope that helps!