最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Update a row in Power Automate causing an error - Stack Overflow

programmeradmin2浏览0评论

I get this error when I try to run:

{
    "statusCode": 400,
    "headers": {
        "Date": "Thu, 06 Mar 2025 03:10:48 GMT",
        "Connection": "close",
        "Content-Type": "text/html; charset=us-ascii",
        "Content-Length": "324"
    },
    "body": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\".dtd\">\r\n<HTML><HEAD><TITLE>Bad Request</TITLE>\r\n<META HTTP-EQUIV=\"Content-Type\" Content=\"text/html; charset=us-ascii\"></HEAD>\r\n<BODY><h2>Bad Request - Invalid URL</h2>\r\n<hr><p>HTTP Error 400. The request URL is invalid.</p>\r\n</BODY></HTML>\r\n"
}

I'm not sure what to try. I know that the connector is working. I know that the file is not opened by anyone else. I know that the file path, table name, etc. are all correct.

I am not sure about the issue.

I get this error when I try to run:

{
    "statusCode": 400,
    "headers": {
        "Date": "Thu, 06 Mar 2025 03:10:48 GMT",
        "Connection": "close",
        "Content-Type": "text/html; charset=us-ascii",
        "Content-Length": "324"
    },
    "body": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\"http://www.w3./TR/html4/strict.dtd\">\r\n<HTML><HEAD><TITLE>Bad Request</TITLE>\r\n<META HTTP-EQUIV=\"Content-Type\" Content=\"text/html; charset=us-ascii\"></HEAD>\r\n<BODY><h2>Bad Request - Invalid URL</h2>\r\n<hr><p>HTTP Error 400. The request URL is invalid.</p>\r\n</BODY></HTML>\r\n"
}

I'm not sure what to try. I know that the connector is working. I know that the file is not opened by anyone else. I know that the file path, table name, etc. are all correct.

I am not sure about the issue.

Share Improve this question edited Mar 6 at 5:45 marc_s 757k184 gold badges1.4k silver badges1.5k bronze badges asked Mar 6 at 3:24 Dwayne RaynardDwayne Raynard 1 1
  • 1 Did you use dynamic selection to populate the options within the action or did you just type them in? – Skin Commented Mar 6 at 4:27
Add a comment  | 

1 Answer 1

Reset to default 0

Your Key Value is too long. Keep in mind that this action is only meant to update a singular row in the table. To update more you will need to use an apply to each like below:

Example

发布评论

评论列表(0)

  1. 暂无评论