There are two ways to open an external application from the VDesigner application:
- Using the Open Web Task.
- Using the Web View Element.
Both options include a URL property in their respective properties sections, where you can pass the URL of the external application either dynamically or statically. This process enables the external application to open seamlessly.
As shown in the screenshot, I have passed the
response_message
JSON key in the properties section, which contains the URL of the specific application along with its query parameters.For query params, you can refer to the post : What are query parameters and how to configure them in Web View element?