Unable to update desired fields using firestore update

I’m not able to put the fields I want to update and the value for them. For example, updating the name field with the value of Gustavo for Kauan

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Kauan

Thanks for posting here and welcome to the community! :tada:

From the error that you’re getting it means that your property path limite_credito 4999.99 is not valid because of the space and period. You should be able to make it work by surrounding it with quotes, like so:

" limite_credito = {{ $('Google Sheets').item.json['Lim. Credito'] }} "