How to configure Webview task?

How to configure Webview task in vFlow with complete explanation and screen shots?

Hi @Harshit, To configure a Web View element, follow these steps:

  1. Create a Web View component.
  2. Provide a name and description for the component.
  3. In the Data Source parameter, specify the data path.
  4. 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:

  1. Provide the Sequence, Name, and Description of the task.

  2. 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.

  3. 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.

      1. Object
        Select this option to store the values in the form of a key/value pair in the JSON-type object data structure.
    • Data Path: In this field, enter the data path that will store the data that the application will display in the web view component.