Auto-generate Notion page titles

I’m really new to n8n so I was wondering if I can create a workflow to auto-generate a page tittles based on a formula property on notion. The formula will be a concatenate between a text and date (Ex:product_description - date).

The page will already have been created and populated on Notion, the workflow needs to just update the info so that the tittle is equal to the concatenate formula.

Any ideias on if/how can I do this? Please help this newbie :nerd_face:

Hi @ZenriK, welcome to the community!

The page will already have been created and populated on Notion, the workflow needs to just update the info so that the tittle is equal to the concatenate formula.

So you already have a database of Notion pages with a formula like below? And want to use the result of this formula as the page title?

I think a workflow like this would do the job:

First, it reads all database pages and then performs the update using the ID of each database page. This is the result:

2 Likes

That’s it! Thank you very much, it’s working perfectly!

1 Like

Awesome, thanks so much for confirming!

Awesome! @MutedJam It works, however in my case when the first node fetches a page it gets the “Created Time” property wrong, it adds +3 hours. I started the workflow with a Notion Trigger because I couldn’t find the “Start” node.

Hi @Cristobal_Alarcon, your screenshot suggests you’re looking at a UTC timestamp (indicated by the Z), but from reading your question I think you might expect a local timestamp.

You could use the Date & Time node to set a new time zone (and format) as and if needed:

If you run into any trouble with this it’d be great if you could open a new topic since this one is already marked as resolved. Thank you!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.