Scenario runs but does not update my database (Google Forms response to update Notion Database)

I am trying to connect my companies google forms to our Notion Database. The google form asks for our employees contact information and availability for working AM, Mid, and PM shifts. I have gone through all the troubleshooting that ChatGPT has suggested, and I don’t know what to do now. My scenario runs but does not update onto Notion. I have attached my ChatGPT prompts, JSON script, and a screenshot of my Notion Columns. Any help would be greatly appreciated. Thank you.

All of my ChatGPT Prompts

JSON String:
{
“Name”: “John Doe”,
“Email”: “johndoe@example.com”,
“Phone Number”: “1234567890”,
“Position”: [“RN (ICU)”, “RN (TELE)”, “Sitter”],
“Dates (A)”: “July 1, 2023”,
“Dates (M)”: “July 2, 2023”,
“Dates (P)”: “July 3, 2023”
}

Can you share how your current scenario looks like and how are you creating record in Notion?

1 Like