Questions tagged [notion]
97 questions
0
votes
0 answers
Retrieving button block using "Retrieving block children" endpoint
If I use the "Retrieve block children" endpoint to get all the blocks info by giving page_id as input, the type of the "Button" block is showing unsupported. Want some information on this.
Tried getting the info about the "Button" block. Getting…
0
votes
0 answers
Adding a block to a Notion page in Python using the API - How to resolve a '400 invalid_request_url' error?
I can't add a block to a page using a Notion API. I've already tried the queries and functions detailed in the documentation, but I still got a 400 error:
Error: 400 {"object":"error","status":400,"code":"invalid_request_url","message":"Invalid…
0
votes
2 answers
In Notion, how to calculate Sum and Average in a rollup cell (missing option) - not a rollup column?
A rollup field, "Sprint Rollup" contains an n number of numbers, a rollup of a formula field from a Sprint db, as we can't do a rollup of a rollup.
I would like a formula to calculate the average of these numbers.
I recognize that I need to get the…

ElHaix
- 12,846
- 27
- 115
- 203
0
votes
0 answers
Reminders in my siri shortcuts to notion task manager integration
I'm exploring Siri Shortcuts integrations to ease the inputs on my notion databases using the notion API and so far is so good how easy it has become to do it.
However i'm having the problem that in my task manager I can't automate reminders to the…
0
votes
0 answers
How to process data from an Excel file using Notion AI's text generation tool?
I have a large curated data collection in an Excel file that I want to process using Notion AI's text generation tool. I've tried using other text generation tools like Bard and ChatGPT, but the results were not satisfactory. Since Notion AI's text…

HishCHM
- 1
- 2
0
votes
0 answers
Blog with next.js and Notion - caching with embedded media
I'm building a blog site using next.js with Notion as my CMS.
I use the official Notion API (by way of the JS client) to fetch page content which I then transform into HTML and render.
I want to eventually leverage next.js to cache as much as…

Smidgens
- 1
- 1
0
votes
0 answers
Notion, programmatically add a user as guest on pages
I know that by using official API is not possible to add as guest a user to a page, I would know if is possible to do it by not using official API.

Jaeger
- 331
- 1
- 2
- 11
0
votes
0 answers
Hiding View Node in Notion Sidebar
I have a question about the Notion Sidebar display when I am combining Page with inline Views. I'm trying to create a hierarchical Sidebar node using Page+Links in Notion. I manage to create what I intend to have but with some quirky displays in…

jlim
- 909
- 2
- 12
- 24
0
votes
0 answers
How can I override this inline styling?
I want to remove the annoying black border from the Twitter feed in the right column on this page:
https://radix.wiki/ecosystem/listings/radit
The ID of the element is #bodyTag so I've thrown the book at it with:
body#bodyTag[style] {…

Jack
- 313
- 5
- 22
0
votes
0 answers
In Notion, why are some pages displaying page descriptions and some other not, and how to change it?
In Notion, I have some pages where when I hover with the mouse over the page Title or the cover image, I get a little grey button between the cover and the title saying "Afficher la Description" (Display the description).
If I click on it I get a…

Hugues
- 164
- 1
- 12
0
votes
1 answer
How to get Blocks and Child Blocks for a Page in Notion?
I have a page https://www.notion.so/Wiki-Page-For-a-Business-Case-8ec70cd1894711a862acc61a47fdb74d.
I would like to access this page through Python an extract its blocks. I have added successfully the Connection, received the API Key but i cannot…

STORM
- 4,005
- 11
- 49
- 98
0
votes
0 answers
Sorting bug in Notion list view
Why is Notion keeping messing up with my entries?
The fact that I didn't set any specific sorting rule doesn't mean, that I want to see my entries in a random order every time. That fact means that I want it to preserve my manual order.
How to fix…

Roman
- 1,309
- 14
- 23
0
votes
0 answers
How to change the date display format for date elements in Notion API from relative to absolute?
I am currently working with the Notion API and I would like to modify the date display format of date elements within a Notion page from relative to absolute through a script. I know that this can be done manually, but my goal is to automate this…

zaatderico
- 1
- 1
0
votes
1 answer
How can I get a column from a related database in Notion?
I am working on a database to organize my medical calendar. I am migrating something that I already had done on Google Sheets to Notion.
But I came across the following problem: I want to create a view that has a column obtained from another…

Taiel Martinez
- 31
- 3
0
votes
1 answer
How to write an if formula in notion with multiple conditions
I have a property called "No PT/NT" when the requirements are met it spits out "Single Task"
if "No PT/TA" = "Single Task" I would like it to read as " Action"
I would like to incorporate it into the following formula:
if(prop("Task After Report") <…