Questions tagged [notion]
97 questions
0
votes
1 answer
Notion Formula with multiple if statements
Can anyone help me fix my Notion formula? I am trying to create a database of all my contacts and reminders to follow up with people. Depending on the type of association, I want to check in after a different duration of time. Everything is working…
0
votes
1 answer
Notion and GitLab integration: how to do it?
I'm quite a newbie in Notion: I'd like to try the integration with GitLab using my GitLab account on gitlab.com. I've tried in a different way but I don't have any results in my Notion when trying the integration.
Is there documentation that shows…

Cesare
- 1,629
- 9
- 30
- 72
0
votes
0 answers
How to change the date function to treat the week to start as Saturday?
What modifications are needed in the formatDate function in Notion if we want to treat the week start day as Saturday instead of the default Monday?
(formatDate(prop("Do Date"), "U", 6) == formatDate(now(), "U", 6)) ? "This Week" : "Not this week"
0
votes
0 answers
Find a value based on the last occurrence by date
It's possible to find the last registry by date field of a row in another table?
name
price
date
invoice
PRODUCT A
120
01/02/2023
1
PRODUCT B
90
15/01/2023
2
PRODUCT A
150
20/02/2023
1
INVOICE
| No. Invoice | product | price |
| ---…

Gdaimon
- 269
- 1
- 3
- 16
0
votes
0 answers