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
1 Answer
Reset to default 0Your 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