Hello! I’m pretty sure there is a simple solution to this, but I just can’t figure out what it is.
I am pulling in tasks from a task app using a Pack table. I want to automatically tag these tasks using my existing tag system, based on the task’s label. To do this, I created a relation column in the tasks table that references my tags database. I want to Fill Values in this relation column based on the Label that was assigned in my task app. So if the task label is “X”, I want the relation column to show my corresponding “X” tag.
I created a SwitchIf formula to Fill Values based on the labels’ text, but the tags show up as text, not as a relation bubble. How do I get the tag to show up as a bubble instead?
Here is a simple dummy doc set up with the tables I’m using.
Thanks!