- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 10:35 PM
Hi All,
I'm trying to create a new flow for virtual agent where i'm redirecting the user to a service portal URL based on his choices. I'm receiving the following message in the test window.
[PREVIEW ONLY] subflow link_unfurling was called. Please view execution details in Flow Designer using context ID
Can anybody guide me on how to remove this message ?
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 03:20 AM
Hello Sathya,
One option is to avoid the link unfurling error by disabling link unfurling property:
com.glide.cs.enable_link_unfurling
- Select "Global" in the Application Picker
- sys_properties.list
- New
-
- Suffix: com.glide.cs.enable_link_unfurling
- Application: Global (scoped application will not work)
- Description: Enable/disable link unfurling (previewing).
- Type: true | false
- Value: false
- Click on "Update"
The link unfurling error should no longer appear since link unfurling has been disabled.
Please notice that link unfurling is now disabled for the entire instance.
Please, if this answer is relevant for you and solved your issue, please mark it as correct and helpful.
Thanks,
Filipe

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 03:20 AM
Hello Sathya,
One option is to avoid the link unfurling error by disabling link unfurling property:
com.glide.cs.enable_link_unfurling
- Select "Global" in the Application Picker
- sys_properties.list
- New
-
- Suffix: com.glide.cs.enable_link_unfurling
- Application: Global (scoped application will not work)
- Description: Enable/disable link unfurling (previewing).
- Type: true | false
- Value: false
- Click on "Update"
The link unfurling error should no longer appear since link unfurling has been disabled.
Please notice that link unfurling is now disabled for the entire instance.
Please, if this answer is relevant for you and solved your issue, please mark it as correct and helpful.
Thanks,
Filipe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2024 01:23 AM
Hi @Filipe Cruz - we get a similar error however slightly different.
Do you know how we could resolve this?