Hello
In Dashboar or LCA how can i pass a query data to a URL and update the web componente to see the updated page?
this is because the web componente dont support javascript and i'll creace a custom web to be embebed using query data.
Thanks
Hi Juan,
If I understand correctly, you’d like to pass query parameters that adapt to the selected value in your dashboard to a custom webpage.
This is possible by using IntelliSense to interpolate the value of the selected row, like this:
Please let me know if I misunderstood your question.
Kind regards,
Robin

Hi Juan,
The web component automatically rerenders whenever the URL changes. This means that selecting a different item in the table will immediately update the component.
Thanks, completely clear.
hi Robin
Was exaclty what i was looking, in aditional could it be triggered the refresh of the web, have to be used in panel to update when select and ID of data or will auto update when change the query on the url?
Thanks