Uploading to google Firestore - Missing value of required parameter 'fieldName'

I’m trying to create a document in firestore but I’m running into a variety of errors. Currently it’s saying

  • Missing value of required parameter ‘fieldName’.
  • Missing value of required parameter ‘valueType’.

I can’t see what it’s referring to, here’s my firestore module

and I read elsewhere that you need to feed it JSON or nothing so here’s the JSON that’s going in

any help much appreciated!

Hey @Jacob_Powell,

Hopefully someone who knows Firebase Firestore might help.

One generic debugging idea is to install Make DevTools and look at the API traffic that is being sent to their API. Check that it looks right - any values missing, etc?

1 Like

If you have the Make DevTool Chrome extension installed, you should be able to view the request and response headers and body from each module when you manually run the scenario.

From the Help Center article about the Make DevTool:

Make DevTool allows you to debug your Make scenarios in a completely new way. It adds an extra pane to the Chrome Developer Tools. Using this new debugger pane, you’re able to check all the manual runs of your scenario, review all the performed operations and see the details of every API call performed. It also brings a whole bunch of new opportunities for Apps development. You’re able to check every call that your app has performed. Thanks to this extension, you can easily debug your scenario, see which module, operation, even which single response causes the error, and then get your scenario back on track. Try it out and let your scenarios shine!

For more information on how to install and use this, see https://www.make.com/en/help/scenarios/integromat-devtool

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!