Updating Notion Page Error for workflow generating main points from pdf using chatgpt

My workflow is following:-
pdf → text → query to gpt using text → parse response back → create notion page → upload main points to notion.

I am getting error in my very last step when I try to update main points to notion page.

“body failed validation: body.children[9].bulleted_list_item.rich_text[0].text.content should be a string, instead was null.”

Any idea what may be the issue?

Hi @janidb,

It seems like you’re trying to create or update a Notion page with a bulleted list item, but the content of the list item is null. Make sure that the content you’re passing to the Notion action is a valid string and not null.

If you’re using a pre-built Notion action, like “Create Page” or “Update Page”, you can follow the instructions in the relevant documentation:

If you’re still facing issues, please provide more information about your workflow, such as the specific Notion action you’re using and the data you’re passing to it. This will help me better understand the issue and provide a more accurate solution.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.