How to insert Player ID into the query URL line in Web Viewer

I’ve come across a task where you have to make sure that the URL in the Web Viewer is automatically inserted player id. Advise what you can think of in this situation.

1 Like

Web Viewer component does not have a query property.

You need to give better explanation of the situation and show your blocks to see what have you tried already to avoid giving unnecessary advices or comments.

2 Likes

So I inserted in the URL an addition to the link and I want the final set of the launch to be about the same (https://URL/?playerid= and here id).

1 Like

It should work. If not then first save the PlayerID to a variable then use this variable in your URL.

In case if takes time to get PlayerID, the web viewer will start and not wait for the Call block for the PlayerID.

2 Likes