How to auto change tag based on value of another property?

How To Oct 4, 2022

Today we will show you how you can automate ๐Ÿ”„ the change of particular tags with change in another property in a Notion Database ๐Ÿ“ƒ! Just follow these easy steps and you are good to go ๐Ÿš€!

Take this example to make it easy to understand! Say we have a database with tasks ๐Ÿคน๐Ÿปโ€โ™€๏ธ and the tasks have two properties! One is Status and the other one is Priority! Now when the task is completed, it's natural that we don't need the database to show its priority anymore! Lets move to the first step! ๐Ÿ”ฝ

Step 1

Open your database and create a new property. Select Formula in Advanced Properties! โœ…

Auto change tag with another property | Notion Database
Select Formula In Advanced Properties

Step 2

Now we are going to use a simple formula ๐Ÿงช so that when Status is set to done, Priority will automatically be changed to blank!

Use the formula given below ๐Ÿ”ฝ

โžก if(prop("Status") != "Done", prop("Priority"), "") โฌ…

Auto change tag with another property | Notion Database
Input the given formula in Formula Property
  • 'Status' is the name of the property that represents the status of the tasks.
  • 'Done' is the value of 'Status' that represents a completed task.
  • 'Priority' is the name of the property that represents Priority of the tasks. ย  ย  ย  ย  ย  ย 

Step 3

At last, hide the 'Priority' Property from view and test the Formula by changing the status of any task to 'Completed/Done' โœ…

Auto change tag with another property | Notion Database
Hiding Priority Property from view
Auto change tag with another property | Notion Database
The Formula Is Working!

Conclusion

I hope this article was easy for you to understand and I hope you liked it! Now you can use the above mentioned formula ๐Ÿงช and follow the steps to use this in your own database!

Check out our Twitter Account ๐Ÿฆ for daily updates, new Template launches and fresh deals! If you have some useful Notion tips or Tricks that you want to share with other Notion users, you can write for us! Contact us on Twitter or send us an e-mail at help@prototion.com

Tags

Great! You've successfully subscribed.
Great! Next, complete checkout for full access.
Welcome back! You've successfully signed in.
Success! Your account is fully activated, you now have access to all content.