Hi everyone,
I'm currently trying to set up an automation that tags all assignees of a ClickUp task in a Slack channel. I use Formatter to assign each ClickUp assignee the correct Slack ID (solution found here). Now the issue is that if there is more than one assignee, the output looks like this in Slack:
<@U02JEFCJZ4P,@U02G5169TNX> please review the following...
With the colon in between the tags, Slack does not implement it as a tag. I would need a space between the outputs, but adding a space to the output in the Formatter table breaks the tag altogether.
Any idea on how to solve this?
Thanks a lot for helping out here.