Hi,
I am trying to create a flow that when a sharepoint list item is created, it posts a teams message and tags that team based off the 'Department' column. E.g. Department 1 is chosen on the list item, flow posts to Department 1 channel with the Department 1 tag.
As all of the names of the department / channel / tag align, i thought i could select the tag token dynamically with the following:

However it returns with a "Invalid tagId specified" error.
How can i choose the tags dynamically / get the correct tag ID?
Any help is really appreciated.