Here is the flow I have been experimenting with, but I can't seem to make the editor happy. I'm still very new to all of this, so I do apologize.
[{"id":"e22ea111d6ef50b4","type":"change","z":"81f0b9e0.caa338","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\t \"parent\":{\t \"database_id\":\"**DATABASE_ID**\"\t},\t \"properties\":{\t \"Grocery item\": {\t \"type\": \"title\",\t \"title\": [\t {\t \"type\": \"text\",\t \"text\": { \"content\": \"Tomatoes\" } \t }\t ]\t \"title\":{\t \"title\":[\t {\t \"text\":{\t \"content\": $$.sensor_value\t }\t }\t ]\t }\t }\t}","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":560,"y":360,"wires":[["4a8ce503cfc04df1"]]},{"id":"4a8ce503cfc04df1","type":"http request","z":"81f0b9e0.caa338","name":"","method":"POST","ret":"obj","paytoqs":"ignore","url":"https://api.notion.com/v1/pages","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[{"keyType":"other","keyValue":"Authorization","valueType":"other","valueValue":"Bearer **API_KEY**"},{"keyType":"other","keyValue":"Content-Type","valueType":"other","valueValue":"application/json"},{"keyType":"other","keyValue":"Notion-Version","valueType":"other","valueValue":"2021-08-16"}],"x":750,"y":360,"wires":[["3ae014fa9b9ba61c"]]},{"id":"3ae014fa9b9ba61c","type":"debug","z":"81f0b9e0.caa338","name":"debug 224","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":930,"y":360,"wires":[]},{"id":"8b202a4b07d5c862","type":"inject","z":"81f0b9e0.caa338","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":140,"y":360,"wires":[["dad5990bebb00cfe"]]},{"id":"dad5990bebb00cfe","type":"api-current-state","z":"81f0b9e0.caa338","name":"Number of Restarts","server":"b2e380c6.9da53","version":3,"outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","entity_id":"counter.homeassistant_restarts","state_type":"str","blockInputOverrides":false,"outputProperties":[{"property":"sensor_value","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"for":"0","forType":"num","forUnits":"minutes","override_topic":false,"state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":350,"y":360,"wires":[["e22ea111d6ef50b4"]]},{"id":"b2e380c6.9da53","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":30,"areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true}]