Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
7 subscribers
Views
1464 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is there any way I can send Escalation Mail (or using Send Email SS) containing
nikhilh0001
over 10 years ago
Is there any way I can send Escalation Mail (or using Send Email SS) containing task Link when my form is created in SAIL UI and is a Quick Task? The linktoquicktask creates hyperlink from "/suite/..." and when I try to append it to the site url, it appends the "<a href ..>" tag instead of constructing the link.
Quick tasks are accessed through Process backed Records via Related Actions.
Please let me know. Thanks......
OriginalPostID-121973
OriginalPostID-121973
Discussion posts and replies are publicly visible
0
Alok Mohare
Appian Employee
over 10 years ago
Nikhil, can you please post the complete expression that you are using to construct the link?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
nikhilh0001
over 10 years ago
Thanks Alok for the quick reply...
I tried a couple of things:
1. In expression rule, pp!Id as input, used this :
= load(
local!quickTask: linktoquicktask(
ri!Id,
"SAIL Screen"
),
local!devEnv: "
https://mydev.com/",
local!quickTask & local!devEnv
)
2. In process script task, tried this:
"
mydev.com"&linktoquicktask(pp!id,"Name")
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
nikhilh0001
over 10 years ago
any update on this Alok? Please let me know at the earliest.
Thanks,
Nikhil
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel