How to configure Webview task in vFlow with complete explanation and screen shots?
Hi @Harshit, To configure a Web View element, follow these steps:
- Create a Web View component.
- Provide a name and description for the component.
- In the Data Source parameter, specify the data path.
- If the component’s data is fetched through an API:
- In the Data Source parameter, select “WebView URL.”
- In the URL parameter, provide the data path for the API’s response.
Hi @AnushkaGupta I got your point but I want to configure Web View task.
Sure @Harshit,
For configuring the WebView task you can refer to these steps:
-
Provide the Sequence, Name, and Description of the task.
-
Under the configuration tab, In the URL parameter provide the URL string of the page, that you want to display to the user by default.
-
In the Criteria Object parameter, you can define query parameters for your URL.
-
Key: In this field, enter the key or parameter that will store the value that is fetched from the configured URL-based location.
-
Type:
1. Fixed
Select this option to store the value in the parameter in string format.- Object
Select this option to store the values in the form of a key/value pair in the JSON-type object data structure.
- Object
-
Data Path: In this field, enter the data path that will store the data that the application will display in the web view component.
-