upload excel in powerapps | get uploaded excel rows in powerapps

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

КОМЕНТАРІ • 63

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

    This is a very CLASSY solution thanks!

  • @palysaha9460
    @palysaha9460 23 дні тому

    What will be the value of the initalize variable 1: RecordID ? because i am getting body , file content,id
    so among these which one should i choose?

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

    Hi @Classy Powerapps, this is exactly what i need and thank you for sharing this great tutorial. Unfortuantely it is hard for me to follow if you keep skipping the important details. seeing the actual steps would be easier for us to follow and understand the concept. i hope you will take this positively, more power to your channel and i already subscribed and looking forward to your next content.

    • @classypowerapps5169
      @classypowerapps5169  2 роки тому +1

      Thanks for your valuable feedback @Ralph Cabrera , i will keep this in mind and cover all the steps so that nothing will be missed in upcoming videos.
      Thanks Again !!

    • @LamNguyen-op2kr
      @LamNguyen-op2kr 2 роки тому

      @@classypowerapps5169 Hi Sir, could you please make a full video for audiences, it is really hard to learn or understand your coding behind, Thanks

  • @prasadmotupalli7638
    @prasadmotupalli7638 2 роки тому +1

    @classy PowerApps Great work,
    I have a question, How do you pass the Last Submit ID on NewForm, It should be a Edit Form, But on the Edit form we are unable to Add Attachment's..?

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

      Hi @Prasad,
      we are submitting the newform only, and when the form is submitting we have the function .lastsubmit ,
      And we are passing this lastsubmit function on the onsuccess event of form submission that's the reason it wouldn't be treated as editform and we get the ID of the record which is just saved in database using that function.

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

    Thank you! This was incredibly helpful!

  • @maheshgupte1495
    @maheshgupte1495 10 місяців тому

    Hi Thank you for making this video I was looking for the same just need little more information on Power Automate part

  • @shwetamallurwar4495
    @shwetamallurwar4495 2 роки тому +1

    Hi Can you explain how the value for variables in data flow were assigned pls. Thanks!

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

      Variable value is coming from power app which is the ID of the list item where the excel file is uploaded as an attachment.
      In power App, i have used the form.lastsubmit function to get the last ID of the record which is stored into database.

  • @sergiogomez6865
    @sergiogomez6865 2 роки тому +1

    Hi Classy, the app works, but it should be easier for everyone if you explain from the beginning, I mean, when you create a button, a table, the flow step by step, live, because you explain in this video what you did, but you don't show us step by step live how can do it, then its harder for us to create this app from our side while we watch the video, thanks

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

      @Sergio
      Thanks for your honest valuable feedback. For the future videos , i definitely cover those things as well.

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

      Hello, I was trying to make the app myself but I got lost a bit. Would you mind helping me out?

  • @Powerappssreeteja-y5s
    @Powerappssreeteja-y5s Рік тому

    Hi @Classy Powerapps, Can you show step by step process of " power automate flow" creation

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

      I have created the another videos which is the support for this, please check that too , it can help you

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

    Hi, This is very useful.
    I have created the flow but I am not getting the response in PowerApps. I have used the respond action and generated the schema as well.

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

      Try to check from the power automate whether it is sending the response to power app or not, if yes, then its all about the schema , check my another video for the same topic which explain the scheme configuration for this.

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

      Thank you brother, I appreciate you replying to my comment. I got the solution, Power Automate was not sending the response to the PowerApps. The schema was not correct.

  • @mardithpascua8112
    @mardithpascua8112 2 роки тому +1

    I tried to follow your video and created my Own fllow, the only problem is that the "Response" action is now a PREMIUM connector

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

    Hi,
    I wanted to fetch single column data from excel into powerapp
    Like i wanted to give Manager name and on submit button it should show all the employees reporting to that manager .... Can this be done in powerapp if yes how ?
    Please please help

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

      lol🤣, Many people are coming with the same statement and solution is the same.
      In such type of problems we don't have know what can be the depth of the seniority, so start implementing the while logic in power automate.
      - we have direct connector available to find the counselees/reportees for any user, use that to find employee reports to him.
      then start writing them into the excel and later pick each row from the same excel and find its counselees and appends in the same excel, that's how you can get all people comes under one manager no matter whether directly/indirectly reporting to him or not.
      if you only need to find one level down employee that need not to use logic, directly user the connector.
      Hope that helps

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

    Hi @Classy Powerapps, i'm really struggling to understand how you configure the import of the file and get the data from excel presented in the powerapp. Please provide more information of the import procedure

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

      Hi Andreas , can you please check my another video on the same topic which i uploaded to support the functionality i implement inside it. If it can help somewhere.

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

    what if we are working with the dataverse tables and not the sharepoint

  • @NtetheleloButhelezi-bh8bp
    @NtetheleloButhelezi-bh8bp 7 місяців тому

    Mr can you assist or give more details in power automate get attachment content step

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

      Hi, You can call me Prashant (mentioned in the video).
      Well, Before the get attachment content, you might have found the get attachments for any list record, which returns the table , so get attachment needs to be present inside the apply to each step.
      Hope it helps

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

    Could you please show. Get attachment content step in power automate... Want to see that stage... overall it's really helpful... I done this in my app differently

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

      @Naveed Raza
      that get attachment content step is used to create the uploaded excel file into document library.
      At that stage, we are moving the list item attachment into document library, by filtering list item from ID coming from Powerapp and attachment identifier from get attachment connector.

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

      @@classypowerapps5169Even I got stuck there.....but overall good Details

    • @NtetheleloButhelezi-bh8bp
      @NtetheleloButhelezi-bh8bp 7 місяців тому

      did you get the get attachment step sir

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

    Hi @Classy Powerapps, i am not able to find attachment datacard in form as i have added document library for edit form source. Please help me

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

      Please add any form of sharepoint list, then you can get the attachment, copy the control from there.

  • @suryamache6445
    @suryamache6445 2 роки тому +1

    Hi classy do u have aa live video ...?
    Plzzz share !

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

      For some time, I'm observing some pattern in the confusion in this video, so i m shorting publishing one more video which will explain some steps which i missed to emphasize in this video,
      Thanks for your query.

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

    This video is helpful. Also, did u observe if the app will run slowly if the excel table has atleast 15-20 columns and a hundred of rows?.

  • @Pauline-df4qj
    @Pauline-df4qj 4 місяці тому

    This is great but can I update multiple tables at a time?

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

      try adding the loops inside the power automate flow with the switch condition to handle multiple tables.

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

    Hi,I need to create a button in my app to upload excel or csv data to my tblData sharepoint list inside the app. Like an Import button then it will open dialog box to choose the csv file then when the user hit Open it will save to the SharePoint list. Is that possible?

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

      Not directly, that import expect the zip file which will be loaded into the collection then to sharepoint list for now

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

    hi, great video, can you show the id and identifierer in 'Get attachment content* please?

  • @indian8108
    @indian8108 3 роки тому

    Thanks man,can you also show can we validate uploaded Excel file ,like that it should contain only specified column

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

      @INDIAN , you need to provide the template in the application , so that user can download the template into local system and upload data accordingly,
      It can help you to validate Excel

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

      @@classypowerapps5169 yeah I want to error out if user is uploading different Excel file

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

    Hi. This is helpful. Question though, what is the maximum Excel rows that can be applied here when uploading to SharePoint List?

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

      @Elijah, Thanks
      well, honestly i don't know the maximum limit, but i have tried it with for 5k rows.

  • @ASHISHKUMAR-fi2kn
    @ASHISHKUMAR-fi2kn Рік тому

    What are the steps you have added in the steps "Get attachment Content" inside apply to each. i'm getting error "The runtime value '"fSample%2bData.xlsx"' to be converted doesn't have the expected format 'Integer/int64'."

  • @NtetheleloButhelezi-bh8bp
    @NtetheleloButhelezi-bh8bp 7 місяців тому

    I created the same flow and its taking forever to run how can you help

  • @NtetheleloButhelezi-bh8bp
    @NtetheleloButhelezi-bh8bp 7 місяців тому

    Could you please show. Get attachment content step in power automate

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

    Hi
    Getting a error on unsuccessful of upload showing invalid number of arguments received 1 expected 2
    How I can resolve this issue

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

      Check out the flow and find how many times you have clicked on Ask in powerapps accordingly pass the inputs.
      Else try re-adding of flow into powerapp or recreate the flow.

  • @varshaN-k1r
    @varshaN-k1r 4 місяці тому

    Hi sir, i'm not getting dynamic content for get attachment content id

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

    This video is helpful. Also, Is there any other way when my account has no premium. Thanks

  • @rajeshvarre7412
    @rajeshvarre7412 2 роки тому +1

    You could have shown the live video man