- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2019 05:27 AM
Hi,
From Design Flow, I would like to send an approval link in an email.
Unfortunately, I'm having trouble getting the URL string on the instance.
I have tried with "outputs.Instance_url_link = gs.getProperty ('glide.servlet.uri')" but no variables appear in the Output.
Is there anyone who can help?
Thanks, Bent
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2019 05:38 AM
Hi Bent,
Can you use:
var instance = gs.getProperty('instance_name');
outputs.instance_url_link = 'https://' + instance + '.service-now.com';
Hope this helps.
--David

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2019 05:38 AM
Hi,
Please use send email activity instead of new action.
Regards,
Omkar Joshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2019 09:56 AM
Hi Omkar
Thanks for you respons, but how would you insert approval link with correct URL on the instance, without scripting?
Regards, Bent