> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.scheduled.so/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# N’oublie plus l’heure de tes posts programmés depuis Notion

${frame}[](https://www.loom.com/embed/5ab2295375dc43ddac9a00656c6a4c7a?sid=a3d39640-206d-430c-946b-b55bbb3fda02)
### La formule Notion à reprendre 👇

||| Attention, dans mon cas la propriété date s’appelle : (Date de publication)

```javascript
if(empty(date(prop("Date de publication"))), "🔴 Oups! Il manque la date", if(hour(prop("Date de publication")) == 0, "🔴 Oups! Il manque l'heure", "✅ Date et heure son présentes"))
```