How can I open a WebView in vFlow with a dynamic base URL and dynamic query parameters?

“How can I open a WebView in vFlow with a dynamic base URL and dynamic query parameters?”

  1. Dynamic Base URL: I need to define the base URL dynamically depending on the environment from any service (e.g. User Object Service)

  2. Dynamic Query Parameters: I need append query parameters to the URL based on user actions or inputs(list of fv).

3 Likes

Please follow below step to open web view in vFLow applcation with dynamic params:

  1. Get the base URL based on environment using any service (recommended to do in SPDPUSERSESSION)
  2. Create a Web view Component
  3. get base url
  4. Add dynamic value using criteria:
1 Like