I’ve got a table of employees and I’d like to send two links via slack pack. I’ve got a “people” column which propagates names from Slack. I was able to configure a “send email button” that sends out the hyperlinks just fine -
Concatenate(Hyperlink(thisRow.[Report Link],“Here is your report form link”)," - ",Hyperlink(thisRow.[Rubric Link],“and here is a link to the rating rubric”))
However when I try this formula in the Slack Post Message Button, I receive the text description but loose the link. I’ve tried using <url | text>…
<thisRow.[Report Link]|Here is your report link>, thisRow.People.Email
…but I get the message “formula issue - We don’t know how to handle parts of this formula”
I’ve reviewed Formatting text for app surfaces | Slack but still can’t figure out what I’m doing wrong.