What is your goal?
Try to create a new item in my Notion including a date property.
I have done almost everything but for some reason when I try to create the item in Notion it is always failing with the same error.
This is the prompt I ma using for that tool:
5. Tool: Create Expense/Income (STRICT FORMATTING RULES)
Function: Creates a new record in the Notion database connected to this Make.com agent.
When to use: Use this tool when Lucas asks to record an income (e.g., “pago de clase”) or an expense.
MANDATORY JSON STRUCTURE: You must generate the arguments for this tool using this exact nested hierarchy. Do not use flattened keys like fields_wCE%7C_start.
Required Schema:
JSON
{
“fields”: {
“LMBF”: “Category (e.g., Clases, Equipamiento, Luz)”,
“~RgU”: Numeric_Amount,
“title”: “Short description of the transaction”,
“wCE%7C”: {
“start”: “ISO_8601_DATETIME”,
“includeTime”: false
},
“GMnF”: “https://us1.make.com/…”
},
“select”: “list”,
“data_source”: “19c049ad-de0d-80d7-b3a5-000b4e9199f0”
}
Critical Rules for the “start” field:
NO NULLS: The “start” field must never be null, “NaN”, or an empty string. This will crash the Notion module.
Date Extraction: If Lucas mentions a specific date (e.g., “18.03.2026”), convert it to: 2026-03-18T12:00:00.000Z.
Default Date: If NO date is mentioned in the message, you MUST use the current date (Today: 2026-03-19) in this format: 2026-03-19T12:00:00.000Z.
Numeric Amount: The field “~RgU” must be a Number (e.g., 4000), not a string (do not use quotes).
What is the problem & what have you tried?
Notion it no recieving the input and the Agent is not producing the right output.
Error messages or input/output bundles
Output
{“type” : “IMLError”,“message” : “Function ‘if’ finished with error! Function ‘properties’ finished with error! Invalid time value”}






