cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
MateiC
Advocate I
Advocate I

Excel action Get Tables error, string is invalid for File field

I've encountered a behaviour I don't understand with the Excel action Get Tables. I'm aware that this is a preview action, thus it's expected to raise issues.

 

I manually fill the Location, select the Doc Library from the UI dropdown, the brows for the file location through the UI dropdowns. This correctly grabs the file.

 

I need a flow that uses logic to determine which Excel file it needs from a Library, and then get that file from the Library. I created a SharePoint list that contains 3 columns, for the Location address, Doc Library name and File name.

 

If I then fill in the Get Tables fields with dynamic contect from this list, I get an error:

  

{
"status": 400,
"message": "The parameter 'file' has an invalid value '/Translation.xlsx'."
}
Translation.xlsx being the file name.
 
I then tested the Get tables action with Location and Doc Library manually selected, and the File field filled out through dynamic contect, which again triggered the error.
 
Finally I tried typing out the file name in the field, which again triggered the error.
 
From all this I assume that the File field is the only one that needs some kind of object type passed to it, instead of a string. My question now is if anyone understands the issue and has a workaround for this limitation, if I could Compose a string into the object type the File field expects.
20 REPLIES 20
litus2002
Regular Visitor

I have exactly the same problem.

Would you mind posting a picture and some detail of your Flow and I will attempt to recreate?

Hi!

 

This is what I tried to do in Flow:

The problem is that the "file" input ("archivo") does not accept a variable.

 

I finally found an alternative way of doing this. Just a little trickly, but working at the end..

I am interested in the alternative solution you found, if you could post it.

I've exactly the same problem with the field "file" in all excel Actions when using dynamic data.

 

Every time you try to fill the file location thtough a dynamic field it returns an error: 

The bold is the archive name,.

{

"status": 400,
"message": "The parameter 'file' has an invalid value '/Documentos Partilhados/IT/Templates Mbc/Mapas recapitulativos 12.xlsx'."
}
 
My scenario is:
 
  1. Blank excel in a sharepoint location
  2. get the content from blank excel - Sucesss
  3. create a copy from that content. (dynamic data from previous action) - Sucesss
  4. Get excel worksheets - Failed with error
  5.  Fill in table with data from an SQL data.  - Failed with error

 Does anyone was able to solve this issue ?

flow 1.pngflow 2.png

I solved it in a weird way:

 

  1. When a file is created in a sharepoint library...
  2. Create a new file in another sharepoint library (using the blob object the step 1 gives to you). This file will work as a temporal file, with a pre-fixed name that it's always the same file name.
  3. Browse rows of a excel file. I created previously that temporally file, so this time this action works well, and will work also when the flow is executed.
  4. Filter matrix... (to select the rows I want based on the value of one column)
  5. For each .... Insert a new item in a sharepoint list

Something like this:

Captura de pantalla 2018-12-27 a las 17.09.57.png

 

And it works Smiley LOL 

Could you show the excel action "Enumerar las filas de una tabla" aka Get rows of a table.

Not sure if i understood .

 

Trigger: Everytime an file is created in a specific location

Action: Create a file with dynamic content file from trigger.

Action: Get rows of a table in excel. " but the excel file was created manually" 

(...)

But at the end you're not using dynamic fields on the excel action ?

The key is that, in step #2, you overwrite always the same file.

 

In step #3 you always do a query over the same excel file name, but different contents, as the step #2 overwrites that file with the one in step #1

 

I'm sorry if I can't explain better this solution

It seems a good workaround while this feature isn't in place.

 

 

Gracias !!!

Any news on this?

{ "status": 400, "message": "The parameter 'file' has an invalid value '/xxx.xxx/yyy.zzz.xlsx'." }

Even with a 100% correct file path. I tried a lot of things to solve, but nothing works. Still no real solution for this available?

 

I have really problems in my solutions without getting done to use a dynamic file path. I hope for a solution. 😞

DataViz
Frequent Visitor

I am having the exact same error. Any updates on this?

jimbul
Advocate I
Advocate I

@MateiC  @DataViz @teqs  @moutinhoabreu  @litus2002  i've also found any kind of dynamic input to the filename/path breaks the excel connector in Flow.

BUT if you use the file ID as your file name - instead of a dynamically generated file name - the flow runs succesfully. After banging my head against  a wall for a few hours i tried the following using an expression in the 'File' field that pulls the ID from my OneDrive for Business Create file action further up in the Flow:

Screenshot 2019-09-19 at 5.33.18 PM.png

 

And hey presto:
Screenshot 2019-09-19 at 5.36.29 PM.png
woohoo 🙂

Thank you for sharing jimbul. Your solution works when the files you need are created in the same Flow, and can refer to those objects in the Excel action. This is good to know.

 

If the files you need are already created outside of the Flow (e.g. located on SharePoint), then you would still need to refer to them within Flow dynamically through any action, to get the file's ID first.

Absolutely - does get files/use ID not work with excel and files in sharepoint? @MateiC 

My initial unresolved problem is in using the same action to call different files depending on other previous conditions. Even if I used an ID instead of composing a file name, I cannot use a specific file ID unless I add it to a variable, with the variable being used in the Excel action, but I remember this didn't work. It's been a year since I've needed this workaround, but now I'm curious to look at it again and see if I can get it working.

I also still have the same problem. Is no MVP arround who can help us or Microsoft to make a fix?

How long it takes that MS fix something?

 

The path in Excel-Action should be able to be generated also by text or with concating text with text-variables. But I still get no solution for this.

 

I have a variable file-name and variable folder-names, which should be dynamically entered in the Excel-action path to the specific related excel file at execution of the flow. 

This must be possible!

I encountered the same issue as well. However, I was able to resolve this by using the 'File Identifier' instead of "File Path', 'File ID' or 'File Name'.

 

@MateiC @teqs @jimbul @DataViz @moutinhoabreu 

That worked for me too. Thank you very much for sharing.

By using "Get file properties" action, you can get the "Identifier" and use it for filename.

Thanks !

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