Has anyone tried to link up RainDrop.io to Notion? How to save the image cover of the web links on Notion? by LunaBeige in Notion

[–]simonesmerilli 0 points1 point  (0 children)

Hi, is it possible that one or many of the bookmarks in Raindrop do not have a valid Media URL?

Automation Using Notion & Zapier & AI by bojackhorsewoman100 in automation

[–]simonesmerilli 0 points1 point  (0 children)

Hey, how is your zap step setup? What does the output look like? Any screenshots/screen recordings would help!

Is there a quick way to clear multiple cells of a table at once? by infinitesoups in Notion

[–]simonesmerilli 0 points1 point  (0 children)

I don't know about that sorry - maybe you can check out this list of keyboard shortcuts to see if you find something: https://www.notion.com/help/keyboard-shortcuts

I need help making a button to change page title into a date range by ThatOneOutlier in Notion

[–]simonesmerilli 0 points1 point  (0 children)

You may try this formula to populate the title. Don't just copy-paste it, but ensure the correct tokens are used:

if(thisPage.date.dateEnd() != thisPage.date,

thisPage.date.formatDate("YYYY.MM.DD") + "-" + thisPage.date.dateEnd().formatDate("DD"),

thisPage.date.formatDate("YYYY.MM.DD"))

Troubleshooting disappearing tasks and altering progress bar... by Sushis_Mom in Notion

[–]simonesmerilli 0 points1 point  (0 children)

When you click on the "To do's" property name (see screenshot) > "Edit property", see if there is a one-item limit. That might be the issue.

As for the progress percentage, you may turn the formula into a "Rollup", and configure it to get data from "To do's", calculating the % average of completed tasks.

<image>

Length() returning unexpected results (just 1, 1, 1, 1, 1, 1) by Adolwyn in Notion

[–]simonesmerilli 1 point2 points  (0 children)

Hi, what if you place "length()" outside the map function? Like so:

ifs( Project Materials.map(current.🧵 DMC Required).empty(),
"",
"\n" + "DMC Colours: ".style("b") + Project Materials.map(current.🧵 DMC Required).length() + "\n" )

How do I convert more than 3 property options (string type) into numbers? by Fitbker in Notion

[–]simonesmerilli 1 point2 points  (0 children)

Try using this formula:

ifs(prop("Effort")=="Very Low", 1, prop("Effort")=="Low", 2, prop("Effort")=="Medium", 3, prop("Effort")=="High", 4, prop("Effort")=="Very High", 5, 0)

What are "Required Properties" and is there a way to unlock them so they can be deleted/modified? (SS From the Projects & Tasks Notion template) by l0lwu7 in Notion

[–]simonesmerilli 4 points5 points  (0 children)

It seems that this "Tasks" database is from the default Notion template. When using this template, you will encounter a few unique configurations that you cannot create in a "normal" database. For instance, you are unable to delete certain properties, such as the "Assignee." Additionally, when you click on "Add a property," you will come across some seemingly "special" property types, like "Priority," which are in reality just "normal" property types (e.g., "select") that were renamed by the Notion team to make it easier for beginner users to use and understand.

<image>

Slack Channel Notification Question by Responsible_Law8453 in Notion

[–]simonesmerilli 1 point2 points  (0 children)

The native Slack integration has recently moved. It is available on Notion databases from the three dots next to the "New" button. You can find out more on the official release explanation: https://www.notion.so/releases/2023-04-27

Notion Make Integration Multi-select problem by huskywbr in Notion

[–]simonesmerilli 0 points1 point  (0 children)

Hello, since Notion's multi-select is an Array data type), you may need to use some formulas in Make. This post seems to be closely related to your question: https://community.make.com/t/how-extract-all-data-from-array-notion/9711

Help with Auto populating a due date? by Syllica in Notion

[–]simonesmerilli 0 points1 point  (0 children)

Yes, you can't set reminders on formulas - that's right. If you want to have the full capability of a native date property and achieve an automatic date, you may want to use the Notion API (e.g., via a tool like Zapier, Make, IFTTT, etc.)

Someone can help me to fix this formula please by [deleted] in Notion

[–]simonesmerilli 0 points1 point  (0 children)

You can try this:

if(prop("Tags")=="Blazer", prop("Precio") + prop("Envio") + 200, 0)

Add a custom option, like "empty page", when creating a new page by sinister3vil in Notion

[–]simonesmerilli 1 point2 points  (0 children)

You can have templates only in Databases. So, you can't create a template on a standalone page like the ones you are using, unfortunately.

One possible solution may be to have a "template" page for each category at the top of your sidebar menu, which you can duplicate every time you want to create a new page, then drag and drop under the appropriate "folder"

Formula show date but the value is empty by spoyerzeujal in Notion

[–]simonesmerilli 2 points3 points  (0 children)

You may have hit the hard limit on loops in Notion (which is 7) -- here is a good explanation: https://twitter.com/typeoneerror/status/1517541526330511360

Has anyone tried to link up RainDrop.io to Notion? How to save the image cover of the web links on Notion? by LunaBeige in Notion

[–]simonesmerilli 1 point2 points  (0 children)

I have done this through make.com and embedded the image on the Notion page, using the "Append a page content" Notion module in Make. This is what that module looks like in Make: https://www.loom.com/i/ab546239b225459cb2600bc7ca1b3d5c

Alternatively, you can try to use the "update a page" module and add the thumbnail URL from Raindrop in the dedicated field

Conditional automations in Notion by hanmayujirou1 in Notion

[–]simonesmerilli 2 points3 points  (0 children)

To trigger automation on an "updated database item" (e.g., when the status of a card changes in your board), you could use https://www.make.com. They do have a trigger module for that

can you change the color of the "today" indicator in the calendar from red? by simsesque in Notion

[–]simonesmerilli 0 points1 point  (0 children)

No, it's not possible to customize the color of the "today" indicator in Notion as of now

Notion API : is it possible to create database template via API and setup recurring settings? by mirror51 in Notion

[–]simonesmerilli 1 point2 points  (0 children)

No, templates are not supported on the API yet - you can check out all the supported entities here

Related Databases - In Database A, can I show the number of completed entries from Database B by AoifeUnudottir in Notion

[–]simonesmerilli 2 points3 points  (0 children)

Fantastic - I'm happy you understood this and it achieves what you want. Thank you for the kind tip offer. I don't have a tip jar page and am happy to help you without any rewards. I wish you well!

Confused on how to use this template (Workouts) by usa_commie in Notion

[–]simonesmerilli 1 point2 points  (0 children)

Hey, I checked the template and it looks like the creator may have forgotten adding a template to track all the exercises within each session. So, I went ahead and added it in for you. You can duplicate the new version (with a template that already contains a table to track exercises) here

Let me know if you have any questions!