cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
lilclss
Frequent Visitor

Populating A UI Element with Excel Rows

Hi All

I've been trying to develop this flow that creates a workbook and pastes in cell A1 any order number that the user has stored in the clipboard, then, PAD takes each cell and pastes it on a UI element in a website, which is a table.

 

I currently have an issue with the loops, since I'm trying to make this as less hard coded as possible, I need to make a loop that iterates through each order in the excel workbook and populates each UI element in the website. (Excel 1,1 goes to UI 1,1 ; Excel 2,1 goes to UI 2,1 ; and so and on depending on the amount of orders) *I only have 1 column in each data set.

 

Currently, the loop does iterate through 1 order and populates correctly in the website, however, when I add second order, the loop iterates twice as it should, but populates UI 1,1 and 2,1 with the first order, and then overwrites UI 1,1 and 2,1 with the second order.  

 

I'm basically new at PAD and very stuck at this point.

 

Thanks for any help provided 

lilclss_0-1708524537593.png

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Deenuji
Community Champion
Community Champion

@lilclss 

 

Please find the below suggested flow for your use case(I haven't optimized your flow).

 

Flow Details(created counter variable for handle dynamic input element id):

Deenuji_2-1708537705547.png

UI element change:

Deenuji_1-1708537611047.png

 

 

Deenuji_0-1708537513786.png

 

Thanks,

Deenu

View solution in original post

12 REPLIES 12
Deenuji
Community Champion
Community Champion

@lilclss 

 

I've reviewed the code you shared above. However, could you please provide a detailed explanation of your use case? Additionally, sharing some screenshots related to your application would be helpful in understanding what you are trying to achieve here.

 

Here are the additional questions:

1. How did you extract the value from the clipboard? Was it from a web application or a Windows application? Please provide some screenshots to understand the data it holds and the type of UI element it is.

2. When you have the data in the clipboard, why are you adding it to Excel? Why not consider using another variable like a datatable, etc.?

3. In the shared screenshot, why are you using a double loop, like a for each and a loop? Any specific reason?

 

 

Please note that if you intend to loop through the datatable, using just one "for each" loop is adequate. For reading specific cells, you would call currentitem[0], currentitem[1], and so forth.

 

Deenuji_0-1708525688717.png

 

Thanks,

Deenu

Hey @Deenuji , thanks for replying.

 

What I'm trying to achieve is to copy a group of order numbers and populate a number of rows in a webpage (see webpage screenshot).  I do not have fixed order numbers nor order amount. I want to replace the manual work of plugging in an order every time, specially when there are a lot of orders. 

 

I used the Paste cells to Excel worksheet to organize the selected orders in a table manner, if that makes sense. 

 

I believe that the issue is related to the Populate text field on web page loop , since it only works with one order, but when I add more than one order, it overwrites the information. (see flow screenshot)

 

Deenuji
Community Champion
Community Champion

@lilclss 

 

Would you mind sharing some screenshots of your Excel document after you've pasted your group of order numbers? Additionally, could you manually add them to the webpage and take screenshots to provide us to  understand  your use case? 

 

Thanks,

Deenu

@Deenuji 

 

Here are the screenshots of de ideal result of the flow. 

 

Doing a little more research, I think that I have to loop through the source rows and also through each of the table rows (tr), and my current loop only seems to iterate through the source rows, but only going into the same tr. How can I make a variable and a loop out of my UI element? I 

Deenuji
Community Champion
Community Champion

@lilclss 

One last info:

Please share the element id for the below highlighted table rows?

Deenuji_0-1708535064054.png

 

@Deenuji 

Hope this helps.

 

I notice that tr id increments by 1 every time, starting from zero.

Orders-cell-0-0  (row 1)

Orders-cell-1-0  (row 2)

Orders-cell-2-0  (row 3)

@lilclss 

 

Still We can't able figure it out the element which present inside the table td.

Please expand the td and show the element details which hold your order number

Deenuji_0-1708536587234.png

 

 

Apologies, here you go

Deenuji
Community Champion
Community Champion

@lilclss 

 

Please find the below suggested flow for your use case(I haven't optimized your flow).

 

Flow Details(created counter variable for handle dynamic input element id):

Deenuji_2-1708537705547.png

UI element change:

Deenuji_1-1708537611047.png

 

 

Deenuji_0-1708537513786.png

 

Thanks,

Deenu

lilclss
Frequent Visitor

Thanks a lot @Deenuji . After using your suggestion and updating my flow with the correct UI elements, it worked. Very appreciated. 

WillSG
Resolver III
Resolver III

Hi @lilclss  I hope you are doing well.

 

First of all, what I see is that you are using the output from Excel variable %ExcelData%, this variable contains the rows and columns information that you are Reading.

Instead, you must use the %CurrentItem% which is the output from the action For Each.

Taking into consideration that PAD listing is based 0, if you have 2 columns with data, the numbers assigned to each column would be 0,1.

So, when you have data into the %CurrentItem% and let’s assume that your data goes like this, ColumnA, ColumnB the values will be assigned to the variable in this order:

 

  • ColumnA: %CurrentItem[0]%
  • ColumnB: %CurrentItem[1]%

Second, you are using a Loop action into the For Each action, my question here is why?

 

Because, basically the process should be as follow:

 

  1. Set Variable %Counter% as 1
  2. For Each Action
  3. Populate Action with %CurrentItem[0]% on Web Ui Column1 Row%Counter%
  4. Populate Action with %CurrentItem[1]% on Web Ui Column2 Row%Counter%
  5. Action Increase Variable %Counter% by 1
  6. Nex Look

 

Please let me know if it helps you, happy automation!,


If I have addressed your inquiry successfully, kindly consider marking my response as the preferred solution. If you found my assistance helpful, a 'Thumbs Up' would be greatly appreciated.

 

Additionally, I offer specialized consultancy and development services leveraging PAD. If you're interested in exploring these services further, feel free to DM me, and we can initiate a discussion.

 

Kind regards,

 

Will SG

Managing Director & Automation Lead

RAMS CR (Recruitment & Automation)

LinkedIn Profile

@lilclss 
If I have addressed your inquiry successfully, kindly consider marking my response as the preferred solution. If you found my assistance helpful, a 'Thumbs Up' would be greatly appreciated.

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (939)