Experiencing an Error When Connected Google Forms with Blogger

Hasnat786

Member
I got this error after submit test :Error Message
Error Message:

Invalid JSON payload received. Unknown name "": Root element must be a message.​

[{"message":"Invalid JSON payload received. Unknown name \"\": Root element must be a message.","reason":"invalid"}]
INVALID_ARGUMENT
[{"@type":"type.googleapis.com\/google.rpc.BadRequest","fieldViolations":[{"description":"Invalid JSON payload received. Unknown name \"\": Root element must be a message."}]}]
I HAVE NOT PRESSED ANY ENTER KEY IN CONTENT
 
P

Pabblymember11

Guest
Hey @Hasnat786

As we can see from your workflow you have included double quotes in the content, so we would recommend you pass the single quotes in place of double quotes from the content.

So, as a solution, we would recommend you replace the double quotes with single quotes.

Please check the following screenshot for the same -

1688364764423.png
 
Top