cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Chipper
Helper II
Helper II

HTML to Excel

I have spent the better part of a day trying to beat this thing into submission. 

 

Here is what I have.

I get an email that a bunch of data in it.

 

Screen Shot 2021-05-14 at 7.30.45 PM.png

 

LBR: 0.2%
DEL: 4
Deliv Pct: 38.6%
On Runs: 3
Employee Punch-In Overridden: 8
Load Time: -1.0
Net: $3,538.63
   Last WK: $4,510.22
   LW%: -21.5%
   '20: $4,338.81
   '20%: -18.4%
ADT: 27.6
Order Load Time: 4.7
OTD: 13.3
Current Hr: 21714
UNM: 4
#Pies: 12
Returning: 1
LBR: 14.3%
Queued Items: -1
Past 1st Shift: -1
NoDeliv Waiting: 19
Non-pizza unmade: 2
Order Length: 1:39
Order Expedited Time: 0.0
Load: 6.2
In store: 28
Open: 30
Oven Items Hr: 0
7:13 pm: 
WEB: 17
Voided Orders: 0
Voided Items: 0
Voided Amount: $0.00

 

I have tried my best to get this into some sort of usable format to be able to pull parts out of it for an excel sheet that I want to build. This email comes to me about every 15 min.

 

I have made this flow.

 

Screen Shot 2021-05-14 at 7.33.39 PM.png

 

The first expression is like this:  

first(skip(split(first(split(body('Html_to_text'),'Queued Items: ')),'LBR'),1))
 
However, this return all of this....
 Screen Shot 2021-05-14 at 7.37.00 PM.png

 You can see at the bottom that the "Returning: 1" is just above the data that I want.

Screen Shot 2021-05-14 at 7.37.59 PM.png

But I figured that may have something to do with the other "LBR" that is found at the top of the data.

 

Ok, so I took a different approach and tried this expression in hopes that I could change the spaces for "," and try and to a text to column sort of thing using a macro.

replace(outputs('Html_to_text')?['body'], ' ',',')
  Screen Shot 2021-05-14 at 7.41.53 PM.png

 But guess what, you can't do a text to columns with a macro.  🤣

Now I had another thought and maybe I could somehow take the text from the HTML to text part and create a CVS.  But I haven't been able to figure a way of doing that.   I tried this, but I get an error.

 

Screen Shot 2021-05-14 at 7.45.16 PM.png
 
Do you have any suggestions on how best to do this?
 
Thank you for your help.
 
Chip
1 ACCEPTED SOLUTION

Accepted Solutions

HTML to text is not a variable. Please use following code...

split(outputs('Html_to_text')?['body'], variables('delimitor'))

 

 
Please Like and Mark this as Answer if it resolves your Issue.

Power Automate Community

View solution in original post

7 REPLIES 7
PrasadAthalye
Community Champion
Community Champion

Can you split the string based on new line delimiter and then use array elements as you need?

 

Declare a variable called delimiter and just press enter key in the value. Then use that variable to split and then use array elements...

 

Split like below

split(variables('PertManager'), variables('delimitor'))

 

and then use individual elements like below...

 

outputs('Compose_2')[0]

 

PrasadAthalye_0-1621042793549.png

 

Please Like and Mark this as Answer if it resolves your Issue.

Power Automate Community

When I went to save the flow, I got this message.

 

Flow save failed with code 'InvalidVariableOperation' and message 'The inputs of workflow run action 'Compose' of type 'Compose' are not valid. The variable 'PertManager' must be initialized before it can be used inside action 'Compose'.'.

 

What is "pertmanager"?

split(variables('PertManager'), variables('delimitor'))

@Chipper - PertManager is a variable that I used for my testing purpose. Please use HTML body from your trigger instead.

Please Like and Mark this as Answer if it resolves your Issue.

Power Automate Community

Thats what I thought, but I get the same error.

 

split(variables('html_to_text'), variables('delimitor'))

 

Flow save failed with code 'InvalidVariableOperation' and message 'The inputs of workflow run action 'Compose' of type 'Compose' are not valid. The variable 'html_to_text' must be initialized before it can be used inside action 'Compose'.'.

 

Screen Shot 2021-05-18 at 4.05.15 PM.png

 Thank you for helping me out.

HTML to text is not a variable. Please use following code...

split(outputs('Html_to_text')?['body'], variables('delimitor'))

 

 
Please Like and Mark this as Answer if it resolves your Issue.

Power Automate Community

I thought I had tried that, but i guess not good enough.  However, That did the trick.  But.......  You knew this was coming.

 

Apparently, the carriage return is not where I thought they were.  I was hoping that they would be at the end of each line, however, I am guessing they are not.  This is the ouput:

 

[
    "Employee Punch-In Overridden: 1 Load: 1.4 LBR: 69.3% Load Time: -1.0 Past 1st",
    "Shift: -1 Net: $300.22 Last WK: $2,433.96 LW%: -87.7% '20: $2,620.71 '20%:",
    "-88.5% NoDeliv Waiting: 0 Non-pizza unmade: 1 ADT: 0.0 Order Expedited Time: 0.0",
    "Order Length: 0:00 Order Load Time: 0.0 OTD: 11.5 Current Hr: 4905 In store: 1",
    "Open: 2 UNM: 0 Oven Items Hr: 0 #Pies: 13 Queued Items: -1 Returning: 1 2:43 pm:",
    "Voided Amount: $0.00 Voided Items: 0 Voided Orders: 0 WEB: 6"
]

So I changed the delimiter to a space and it outputs a more manageable set of data.  It is going to make the flow rather long but I can slice and dice it back together in excel.

 

Is there perhaps a way to have the output read something like give me what is in between "Load:" and "LBR:"?

 

Thank you again for your time.

Only way then is to play with Substring function to get the value...

Please Like and Mark this as Answer if it resolves your Issue.

Power Automate Community

Helpful resources

Announcements

Power Platform Connections - Episode 7 | March 30, 2023

Episode Seven of Power Platform Connections sees David Warner and Hugo Bernier talk to Dian Taylor, alongside the latest news, product reviews, and community blogs.     Use the hashtag #PowerPlatformConnects on social media for a chance to have your work featured on the show.  

Announcing | Super Users - 2023 Season 1

Super Users – 2023 Season 1    We are excited to kick off the Power Users Super User Program for 2023 - Season 1.  The Power Platform Super Users have done an amazing job in keeping the Power Platform communities helpful, accurate and responsive. We would like to send these amazing folks a big THANK YOU for their efforts.      Super User Season 1 | Contributions July 1, 2022 – December 31, 2022  Super User Season 2 | Contributions January 1, 2023 – June 30, 2023    Curious what a Super User is? Super Users are especially active community members who are eager to help others with their community questions. There are 2 Super User seasons in a year, and we monitor the community for new potential Super Users at the end of each season. Super Users are recognized in the community with both a rank name and icon next to their username, and a seasonal badge on their profile.  Power Apps  Power Automate  Power Virtual Agents  Power Pages  Pstork1*  Pstork1*  Pstork1*  OliverRodrigues  BCBuizer  Expiscornovus*  Expiscornovus*  ragavanrajan  AhmedSalih  grantjenkins  renatoromao    Mira_Ghaly*  Mira_Ghaly*      Sundeep_Malik*  Sundeep_Malik*      SudeepGhatakNZ*  SudeepGhatakNZ*      StretchFredrik*  StretchFredrik*      365-Assist*  365-Assist*      cha_cha  ekarim2020      timl  Hardesh15      iAm_ManCat  annajhaveri      SebS  Rhiassuring      LaurensM  abm      TheRobRush  Ankesh_49      WiZey  lbendlin      Nogueira1306  Kaif_Siddique      victorcp  RobElliott      dpoggemann  srduval      SBax  CFernandes      Roverandom  schwibach      Akser  CraigStewart      PowerRanger  MichaelAnnis      subsguts  David_MA      EricRegnier  edgonzales      zmansuri  GeorgiosG      ChrisPiasecki  ryule      AmDev  fchopo      phipps0218  tom_riha      theapurva  takolota     Akash17  momlo     BCLS776  Shuvam-rpa     rampprakash  ScottShearer     Rusk  ChristianAbata     cchannon  Koen5     a33ik  Heartholme     AaronKnox  okeks      Matren   David_MA     Alex_10        Jeff_Thorpe        poweractivate        Ramole        DianaBirkelbach        DavidZoon        AJ_Z        PriyankaGeethik        BrianS        StalinPonnusamy        HamidBee        CNT        Anonymous_Hippo        Anchov        KeithAtherton        alaabitar        Tolu_Victor        KRider        sperry1625        IPC_ahaas      zuurg    rubin_boer   cwebb365   Dorrinda   G1124   Gabibalaban   Manan-Malhotra   jcfDaniel   WarrenBelz   Waegemma   drrickryp   GuidoPreite    If an * is at the end of a user's name this means they are a Multi Super User, in more than one community. Please note this is not the final list, as we are pending a few acceptances.  Once they are received the list will be updated. 

Register now for the Business Applications Launch Event | Tuesday, April 4, 2023

Join us for an in-depth look into the latest updates across Microsoft Dynamics 365 and Microsoft Power Platform that are helping businesses overcome their biggest challenges today.   Find out about new features, capabilities, and best practices for connecting data to deliver exceptional customer experiences, collaborating, and creating using AI-powered capabilities, driving productivity with automation—and building towards future growth with today’s leading technology.   Microsoft leaders and experts will guide you through the full 2023 release wave 1 and how these advancements will help you: Expand visibility, reduce time, and enhance creativity in your departments and teams with unified, AI-powered capabilities.Empower your employees to focus on revenue-generating tasks while automating repetitive tasks.Connect people, data, and processes across your organization with modern collaboration tools.Innovate without limits using the latest in low-code development, including new GPT-powered capabilities.    Click Here to Register Today!    

Check out the new Power Platform Communities Front Door Experience!

We are excited to share the ‘Power Platform Communities Front Door’ experience with you!   Front Door brings together content from all the Power Platform communities into a single place for our community members, customers and low-code, no-code enthusiasts to learn, share and engage with peers, advocates, community program managers and our product team members. There are a host of features and new capabilities now available on Power Platform Communities Front Door to make content more discoverable for all power product community users which includes ForumsUser GroupsEventsCommunity highlightsCommunity by numbersLinks to all communities Users can see top discussions from across all the Power Platform communities and easily navigate to the latest or trending posts for further interaction. Additionally, they can filter to individual products as well.   Users can filter and browse the user group events from all power platform products with feature parity to existing community user group experience and added filtering capabilities.     Users can now explore user groups on the Power Platform Front Door landing page with capability to view all products in Power Platform.      Explore Power Platform Communities Front Door today. Visit Power Platform Community Front door to easily navigate to the different product communities, view a roll up of user groups, events and forums.

Microsoft Power Platform Conference | Registration Open | Oct. 3-5 2023

We are so excited to see you for the Microsoft Power Platform Conference in Las Vegas October 3-5 2023! But first, let's take a look back at some fun moments and the best community in tech from MPPC 2022 in Orlando, Florida.   Featuring guest speakers such as Charles Lamanna, Heather Cook, Julie Strauss, Nirav Shah, Ryan Cunningham, Sangya Singh, Stephen Siciliano, Hugo Bernier and many more.   Register today: https://www.powerplatformconf.com/   

Users online (4,404)