Outils pour utilisateurs

Outils du site


Panneau latéral

devweb:notion (lu 26366 fois)

Notion

Formule example

if(
  prop("Etat")=="Activée",
  if(prop("Dernière sauvegarde").empty(),
    style("⚠️ Problème ⚠️","b","red_background"),
    if(dateBetween(prop("Dernière sauvegarde"),dateSubtract(now(),3,"days"),"days")>3,
      style("⚠️ Problème ⚠️","b","red_background"),
      "✅ OK"
    )
  ),
  "--"
)
devweb/notion.txt · Dernière modification : de edmc73