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

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! โœ…

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"), "") โฌ…

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' โœ…

Hiding Priority Property from view
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