I am trying to create a task with an action button on the opportunities module, i want the subject of the new related task to be a concat of some fixed text and a value from the parent opportunity the button is being clicked on. The button works in creating the task but only the prefilled text is added to the subject, my attempt to pull the field value from the opportunity is always blank. Current calculation is:
concat(string("Test Statement-"),string(related($opportunities, "pr_quotewerks_id")))
Does anyone have any advice, i feel like it isn't possible as this isn't the first time i've tried however i hope i am wrong. It doesn't seem like a very "outside the box" idea.
Thanks All