I need to pass parameter from url of webappbuilder.
for example
http://localhost/gismaps/id=12345
id is the field in one of the operational layer.
How to achieve this and also can we pass multiple values like
http://localhost/gismaps/id=12345,45678,98745 PIn=100122,111222,456456
where Pin is field in another layer.