web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Suggested answer

Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.

(0) ShareShare
ReportReport
Posted on by 94
Hi,
 
I am connecting to dataverse table to get values through power automate.
 
But I am encountering an issue 'Http request failed as there is an error: 'Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.'.'
Issue
 
So please let me know if I am making any mistake here
 
Regards,
 
Sudheer
I have the same question (0)
  • Suggested answer
    Michael E. Gernaey Profile Picture
    47,123 Super User 2025 Season 2 on at
    Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.
     
    You would not put the name with encoding as its dataverse. The display name does not mean anything (at all) as it relates to accessing it.
     
    You need to go to the Table definition and grab the logical name, in all lower case.
     
    So go to the Table, click Advanced, grab the logical name, which is all lower case and place that there.
     
    The Label isn't what you ever use in dataverse, except in a Canvas app as it auto maps it to the proper logical name .
     
    its most likely something like
     
    prefix_primaryemail, where prefix is your solutions prefix.
     
    P.S. There are also ways to increase the max bytes so its greater than what you see in your error. Not saying you should but you can.
     
    Cheers

    If these suggestions help resolve your issue, Please consider Marking the answer as such and also maybe a like.

    Thank you!
    Sincerely, Michael Gernaey
  • lbendlin Profile Picture
    8,144 Super User 2025 Season 2 on at
    Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.
    The actual field name may be different from the display name.
  • NS-10041416-0 Profile Picture
    94 on at
    Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.
    Hi,
     
    I have updated the same but no luck
     
    Regards,
     
    Sudheer
  • Suggested answer
    Tomac Profile Picture
    1,608 Moderator on at
    Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.
     
    As @lbendlin said, you'll need to encode the space character in your column name if it does indeed have a space, like so:
    Primary_x0020_Email
     
    If this resolves your issue, please remember to mark the helpful comment(s) as the answer.
  • lbendlin Profile Picture
    8,144 Super User 2025 Season 2 on at
    Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.
    Column titles should ideally not have spaces.  You need to encode that via _x0020_
  • NS-10041416-0 Profile Picture
    94 on at
    Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.
    Hi @Tomac,
     
    Thanks for the response.
     
    Now I have specified the column in the List of Rows as below
     
     
    But I am getting an error as
    Regards,
     
    Sudheer
  • lbendlin Profile Picture
    8,144 Super User 2025 Season 2 on at
    Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.
    100 MB is a hard limit for message size, for some reason.
     
  • Suggested answer
    Tomac Profile Picture
    1,608 Moderator on at
    Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.
    @NS-10041416-0 I'm assuming this table has a significant number of columns, yes?
     
    You'll need to use Select Columns to only get the columns you want to work with, as well as maybe filter a bit more to cut down on the number of rows returned or use Row Count to limit the number of rows you get back.
     
    The issue is the amount of data that's being returned by your query is too large for the Power Automate cache to store.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2