We have an issue in the production environment where the Power Automate is not sending the reminder emails to the Contacts. We got the error below in it, and it failed the PA.
Http request failed as there is an error: ‘Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.’.
This issue happened because, in the List rows, no columns have been mentioned, and it is retrieving all the columns' available information for all the records and occupying all the buffer space available.
So, the best practice is always to add the required columns to the list rows in Power Automate.
To fix the issue, I added the required column to the list rows, as shown below.
I hope you understood the issue and resolved this issue.
Please like and share your valuable feedback on this blog.