Power Automate Desktop : Data Entry Project with Web Form Filling Actions & Excel Automation

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

КОМЕНТАРІ • 60

  • @roemermanlawp.c.7189
    @roemermanlawp.c.7189 3 роки тому +4

    This series is fantastic! It is both shown and explained, clearly, and it covers a lot of extremely useful functions. One of the absolute best Power Automate tutorials I've seen anywhere, including in the MS Documentation. Thank you!

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

    I have a web page which does not allow pasting the values from Excel. We have to type manually. Is there any way we can do that with the power automate?

  • @allwynpratap7228
    @allwynpratap7228 2 роки тому +2

    hello sir, thank you for sharing your knowledge. Is there a way to extract data from PDFs and then fill it into a web application for the corresponding fields ? I have a use case where organisation users mostly use paper forms and then scanned as PDFs. But the same information has to be fed into a web application.

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

    I'm curious to know what if a Record/User is already existing in the system and whats the work around that?

  • @canaksoy6461
    @canaksoy6461 3 роки тому +1

    Is it possible to enter data for different users at the same time?

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

    Can you please help how handle blank excel values while import data to sql serve table in Power Automate?

  • @joannaqiu3613
    @joannaqiu3613 3 роки тому +3

    Hello!I saw in video, in read from excel worksheet, you define the start row and end row, but in my actual case, each time the end row is different, how to let power automate read all rows without define end row ?

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

    How to select ui element corresponding to excel data value in for each loop. For example how can we select a call track number which is available in the web page corresponding for the value in which for each loop is running.

  • @sunnydbag
    @sunnydbag 3 роки тому +5

    Hi,
    How do you get the current employee to show up as a variable under the for each loop?

    • @deidretrimberger4760
      @deidretrimberger4760 3 роки тому +1

      I figured it out, you add a variable, name it and set it to the complete table of excel data :D

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

      @@deidretrimberger4760 , I am very new to this. Please describe the steps in more detail. Thanks

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

    Hello
    Is it possible to create a command on Power Automate for data enytry in websites by select. I dont want to use it for fill a form i need to use it for selecting from webpage

  • @nareshkumar-qo9qy
    @nareshkumar-qo9qy 2 роки тому +1

    i am using local server in which after filling single row data from excel into a row of online form, i have to click add button then another row containing same form options appears then i have to fill second row of excel data into newly appeared row in online form how can i do it. Please reply me

  • @johnframibez6908
    @johnframibez6908 3 роки тому +2

    Hi. Excellent your tutorials. I'm learning a lot.
    Thanks for sharing your knowledge.

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

    My son 10years old best institute reper pls and learning power automate desktop

  • @MelwynRodrigues
    @MelwynRodrigues 3 роки тому +1

    Nice tutorial on a important PA feature! Thank u!

  • @omarmunozcastorena4466
    @omarmunozcastorena4466 3 роки тому +1

    Hello! I am trying to add a UI element on a internal company webpage that we use to perform web filling tasks but for some reason the cursor is not reconizing the field that i want to add, could this be due to some security block? is any way to allow the cursor to add that UI element or that function is limited on some webpages due to security reasons?

  • @amuthas3047
    @amuthas3047 3 роки тому +1

    Great time to spent with your videos 😊... I would like and looking in to the key stroke level.... How to do press enter key please guide us bro

  • @faizahmed3735
    @faizahmed3735 3 роки тому +4

    Thank you first of all for coming up with such a great content . I am trying to automate the same but after reading the excel data from range of cell ,I cannot retrieve the data "column" wise while looping through each row . I see in the vedio you are using the variable %CurrentEmployee['Column1']% but the same doesn't works for me . Please let me know where am I going wrong .The error msg says the column or property "Column1" not found .

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

      Thank you for your appreciation.let me check

    • @robin.vision
      @robin.vision 3 роки тому

      same error for me also, any help?

    • @robin.vision
      @robin.vision 3 роки тому

      Got the correct way,
      1. you need to make the excel as a table format
      2. Check your column name captured by PAD in that Flow variable section,
      Click on that eye button to view the Excel columns, there you will find the column names :)

  • @deidretrimberger4760
    @deidretrimberger4760 3 роки тому +1

    I have an issue where when PAD enters the data from column 2, it also pastes in data from column one so it looks like Column1Data, Column2 data in one field but all the other fields are populating correctly. Any ideas?

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

    Hello Sir, I wanted to ask how to add only the newly added records but not the whole records from start ???

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

    @9:48 set dropdown list from web page action in option names can i use filter options for example in location column i have ban instead of bangolore so that i can use if statement in option names in this action like
    if %currentitem[column1]% = 'ban' then 'bangolore'
    Like this way in option names itself instead of using if action in power automate

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

    Can you put link to practice this exercise?

  • @badhikari1982
    @badhikari1982 3 роки тому +2

    Very well explained!! Keep up the good work.

  • @assarm6345
    @assarm6345 3 роки тому +2

    I have this error, VariableExcelData' doesn't have a property 'Column1', how can I fix this? Your help is much appreciated

    • @robin.vision
      @robin.vision 3 роки тому

      Got the correct way,
      1. you need to make the excel as a table format
      2. Check your column name captured by PAD in that Flow variable section,
      Click on that eye button to view the Excel columns, there you will find the column names :)

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

      @@robin.vision What do you mean by "that Flow variable section"? Where is it? Where is the "eye button"? Thanks.

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

      @@robin.vision Hi.. I can see the column name as Column1 only. But still it is showing error that Variable doesn't exist. Could you please guide me on that? Thanks

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

    Plz solv my problem sir
    Failed to assume control of charome (communication with browser failed.try reloading extension).

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

      Plz reply sir

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

      Provide me the details with screenshot

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

      @@LearningTechnologies sir youtube pr to screen shot nahi bhej pa rha hu isaliye aapke Instagram I'd pr bheji

  • @anilkumar-ml2sl
    @anilkumar-ml2sl 2 роки тому +1

    Why no one shows about Date field entry?

  • @supriyasingh6377
    @supriyasingh6377 3 роки тому +1

    Hi... can you share about selector builders?

  • @AnkitKumar-ms4ed
    @AnkitKumar-ms4ed 3 роки тому +1

    Hi, first of all thanks for awesome video. Very helpful :)

    • @AnkitKumar-ms4ed
      @AnkitKumar-ms4ed 3 роки тому +1

      May I know from which reference you have used "CurrentEmployee"?

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

      Thank you Ankit. Keep learning keep watching and keep sharing for daily learning updates.

  • @felipesignorellireis7839
    @felipesignorellireis7839 3 роки тому +1

    Amazing.
    Thanks very much Ameer.
    How did you learn that?
    All alone?
    Best channel my friend.

  • @ducthethe3959
    @ducthethe3959 3 роки тому +1

    Hi, please give me the form Employeeregistration

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

    I'm trying to do following exactly your steps, But I'm not getting right. I'm not able to make the first pass, which is to fill in the first field on the web.
    Can I send to you video about 2 min to show to you my problem? If You have an email.

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

    Which software is this?

  • @fra2847
    @fra2847 3 роки тому +1

    Hello Basha! Thank you for the detailed tutorial. Can you please demonstrate how you set up "Populate Text Field on web page" at 6:37? You don't show it in the previous video (you only showed how to insert some hard coded text here ua-cam.com/video/6K1qQLp9VH8/v-deo.html not how to do it with excel) nor in this one.
    For example, how did you set it up so the result is (as it shows at 6:37) :
    Populate text field 'Empname' with CurrentEmployee ['Column1'] using emulated typingPopulate text field 'Empname' with CurrentEmployee ['Column1'] without using emulated typing
    Following your tutorial I currently have:
    Populate text field 'xxx' with using emulated typing
    How do I make it so it is like you?
    Where the CurrentEmployee variable come from at 6:21? At 6:14 A1 cell has EmployeeName, not CurrentEmployee. So I don't understand how to do it. Why do you name the variable CurrentEmployee and not EmployeeName? How does PAD detects it if you coall it CurrentEmployee. Please, clear the confusion thanks!
    Thanks a lot!
    Or if you would prefer, can you do the same tutorial from scratch without talk but just showing every steps you take until the success at the end. That way we could see every steps in a single video.
    Kind regards,
    Frank

    • @fra2847
      @fra2847 3 роки тому +1

      Awesome, now it works. I needed to save the excel sheet with format as table (Home > "Format as table" with 1st row as Header. Then instead of the CurrentEmployee, just keep the default CurrentItem (%CurrentItem['Column1']%) (instead of %CurrentEmployee['Column1']%) (then (%CurrentItem['Column2']%) (instead of %CurrentEmployee['Column2']%) etc. for each "Populate text field on web page" flow step ) from the loop at 3:48 in the Text field of the "Populate text field on web page" flow step.
      Very exciting, how powerful that app is is staggering!
      You rock Basha!
      Be well!

  • @digitalgyan5216
    @digitalgyan5216 3 роки тому +1

    Hi Sir, pls share contact no , I want to ask question regarding automatically web filling data entry project,
    My question is can I change our ip address & delete cookies after fill one data.

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

      Please contact on my email address

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

      @@LearningTechnologies please let me know your email address

  • @assarm6345
    @assarm6345 3 роки тому +1

    I have this error, VariableExcelData' doesn't have a property 'Column1', how can I fix this? Your help is much appreciated

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

      You don't have name column1 in excel

    • @robin.vision
      @robin.vision 3 роки тому +1

      Got the correct way,
      1. you need to make the excel as a table format
      2. Check your column name captured by PAD in that Flow variable section,
      Click on that eye button to view the Excel columns, there you will find the column names :)