I have set up the following rule that is integrated with the Butler App in slack to post updates on when data request have been completed. I want to attach the relevant links to the cards of the data requested and for this link post to the slack channel when moved to "Completed". For some reason the attachments are however not being posted to the slack channel. Can anyone potentially help with this.
Here is my current rule:
when a card is moved into list "Completed" by anyone, post message "*{cardname} data request {listname} has been completed:* \n\n{carddescription} \n\n{attachmentlink} \n\n{cardlink}" to Slack channel "#data-requests" in workspace "Company" as Butler
Thank you