cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Add row to excel (Business)

Hello, 


I trying to add row to Excel (Business) but I have some troubles with "Row" option.

Everything looks good but I dont know, how to works with "Row" option. I tried to insert text which I want to insert but it showing error:

 

{
  "error": {
    "code""",
    "message""The request entity's media type 'text/plain' is not supported for this resource."
  },
  "debugInfo""clientRequestId: bdf9113b-6a29-4d30-9684-d83d2c48155b"
}
 
Can you help me please?

row2.pngrow_set.png

 
Jan
31 REPLIES 31
Anonymous
Not applicable

Syntax for the Row field is

{
"ColumnName":Value,
"Column2Name":Value
}

I generally build the string in a Compose action and then pass it to the Row line in the Excel connector.

Example:

{
"LastName":"foo",
"FirstName":"bar",
"Age":4
}
Anonymous
Not applicable

I followed your syntax example above and recieved the following error 

A value must be provided for item.
clientRequestId: 127865ce-1349-42e5-902f-0a161a4307d7

 

77Transam_0-1623932457185.png

 

Anonymous
Not applicable

Can you provide screenshots that show the wider context? I can't tell, for example, if you're typing into a Compose action or directly into the Add a Row action. You need to use Compose, which will convert the syntax into JSON.

 

Anonymous
Not applicable

I did use a compose and still get the same error. 

77Transam_0-1623955886195.png

I have an excel document that contains a list of people and the identifier of their individual excel files.  In a previous get a row it pulls the information so that it can place the information from a form into a different individual excel file based on the file identifier.  All of their excel docs have the same layout with the same table name and column names. 

Anonymous
Not applicable

The issue seemed to be the # I had in one of my column names.  Once I removed that it was able to process.  Thank you for listing the syntax for the Row field above.  This is the only place I have seen that listed and was a great help in my understanding how to use it properly.

THANK YOU SO MUCH FOR YOUR COMPOSE SYNTAX FOR THE ROW!!! YOU ARE A SAVIOR!!! THANK YOU TOO FOR THE ASKER. I HAD THE SAME PROBLEM AS YOU. 😃

sorry for raising an old post, but I am having similar issues. I am creating a new file and then adding rows into the table. All works fine until I get to the 'add a row' part and it comes up with the error below:

 

{
  "error": {
    "code""",
    "message""The request entity's media type 'text/plain' is not supported for this resource."
  },
  "debugInfo""clientRequestId: eb6953c5-afaf-4b57-8779-b5e6a0557eda"
}
 
This sheet has lots of columns, but this error has me baffled! Any assistance would be welcome.

Thanks

hello... a screenshot of the flow and spreadsheet would help... 

Apologies. So, I am creating a new file and adding rows from another excel sheet. 

 

My file is created as below:

 

Gwill1983_0-1665514250694.png

This is followed by an apply to each as below:

 

Gwill1983_1-1665514523123.png

 

The only dynamic option I have added so far is the timestamp as a test, but it is still failing. I am unsure what the error message means so not sure where to start to fix this

Anonymous
Not applicable

Hi Gwill,

You need to put the JSON defining the row into a Compose action. That will convert it to a JSON object. Then put the output into the Row field.

If you still have problems, try removing the question mark and parentheses from your column names.

Hello @Gwill1983,

@Anonymous is right... as much as possible use only letters in your table's column names...

vernariesaco_1-1665637455441.png

 

 

Thanks for this.

 

I have removed everything but text from the column headings and added the compose action but I am still getting the same error message!

 

The compose action works perfectly, it is the adding a row into the table that fails.

 

Gwill1983_0-1665660634303.png

 

hello, could it because you are adding a row in a table that has just been created?

can you try adding a delay perhaps? i am totally unsure... i am just being hopeful that trial and error would work. sorry i do not have the exact answer...

 

i am also thinking what if you create a flow to create the table. then check the excel file if the flow was indeed able to create the table. then create a separate flow to add row. just to test where this error is coming from.

 

have you tried giving the name of the table as a value (Report) and not dynamic one (name)?

 

sorry these are 3 places i would look if i am facing this. good luck...

@DamoBird365 Hi 

 

I have got this far using your video in the link below:

https://youtu.be/RB_ySjhm9Sg

 

Are you able to assist with this error? I have tried everything that I can think of to remove this error, but no matter what I adjust / test it continues to come up with this error.

Anonymous
Not applicable

@Gwill1983I'm assuming due to the SharePoint icon that you're storing the file on SharePoint. I tried creating a simple version of the flow, without the Apply to Each, which works for me by using the Identifier dynamic content instead of Id.

slittle_3-1665668537352.png

slittle_5-1665668947523.png

 

slittle_4-1665668583600.png

I would second @vernariesaco saying you should test this in stages.

1. Check the file to see if the table has been successfully created

2. If so, delete the table and run again to make sure it's still being successfully created (if the flow runs successfully up until the Add A Row action, you should delete the table before every new test)

3. If it is, see if you can write a separate flow adding a single row to an existing table.

4. If that works, then try adding the Apply to Each back in.

 

I am unclear what you're iterating over in order to do the Apply to Each so cannot test that for you. If the problem is in the Apply to Each, a good way to test it is to set a Compose action as the first action of the loop and put all of the relevant dynamic content into it (like a print statement, if you're familiar with traditional programming) to see what exactly it's getting.

 

Googling the error, it seems more likely to be a permissions or Active Directory-level issue than a flow syntax one. Can another user with higher credentials add a row to the table?

Looking closely at what you have done, your Compose Json has these brackets {}. Mine have 'standard' brackets and when I change them to curly brackets it says that the JSON is no longer valid. 

 

The flow runs perfectly up until adding the data each time. The file is created with the table entered correctly each time. 

 

I think I can rule out permissions as I have flows running for files in the same sharepoint folder. 

 

This is a major mind boggle!

It works. 

 

I think the problem was the JSON in the compose having the incorrect bracket type. The JSON was then invalid as there was a comma after the final entry of data. 

 

Just ran it and it is sorted.

 

Thank you both so much for your help! This is a major break through for what I am trying to achieve

CROBOT
Frequent Visitor

Sorry to reopen this thread again. I am having a weird issue where I am following all of the steps in this thread, and my table is being created in Excel, and I am not getting an error, but it is writing blanks into each row. Let me know what I am doing wrong please!

CROBOT_0-1671658853822.png

here is the picture of the blank table. As you can see, it is adding the rows, but it isn't pasting the values into it. I have checked, the values for my variables do exist.

CROBOT_1-1671658933093.png

Here is the picture of my code and the compose. 

This is within a loop for each person in our active directory, paste in this information to a table to excel.

CROBOT
Frequent Visitor

Also, I created that table earlier in the code. Maybe there is a delay issue?

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 (972)