# Navigate to - parameter

**URL:** https://community.thunkable.com/t/navigate-to-parameter/32169
**Category:** Questions about Thunkable X
**Created:** [June 18, 2018, 10:55pm UTC](https://community.thunkable.com/t/navigate-to-parameter/32169 "2018-06-18T22:55:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Andrea\_Marchisio](https://avatars.discourse-cdn.com/v4/letter/a/e274bd/32.png) [@Andrea\_Marchisio](https://community.thunkable.com/u/Andrea_Marchisio)
#### Post date: [June 18, 2018, 10:55pm UTC](https://community.thunkable.com/t/navigate-to-parameter/32169/1 "2018-06-18T22:55:11Z")

</div>

Hello,  
is it possible to open another screen with “navigate to” passing a parameter? in this second one I’d like to open a webviewer with the url passed.

Many thanks  
Andrea

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 19, 2018, 5:46am UTC](https://community.thunkable.com/t/navigate-to-parameter/32169/2 "2018-06-19T05:46:51Z")

</div>

Hello,

This can be done with the help of the Local Storage component. Before navigate to another screen, save the value in it, and on the new screen - get the value for the given key.

---

<div class="post-metadata">

### Author: ![Andrea\_Marchisio](https://avatars.discourse-cdn.com/v4/letter/a/e274bd/32.png) [@Andrea\_Marchisio](https://community.thunkable.com/u/Andrea_Marchisio)
#### Post date: [June 20, 2018, 8:38pm UTC](https://community.thunkable.com/t/navigate-to-parameter/32169/3 "2018-06-20T20:38:42Z")

</div>

right …  
why did not I think about it before?

thanks again.  
Andrea

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:02pm UTC](https://community.thunkable.com/t/navigate-to-parameter/32169/4 "2024-11-08T12:02:24Z")

</div>


