# \[Solved\] How can I Use a stored variable as Url? And How can I Save cloud variables?

**URL:** https://community.thunkable.com/t/solved-how-can-i-use-a-stored-variable-as-url-and-how-can-i-save-cloud-variables/298327
**Category:** Questions about Thunkable X
**Tags:** solved
**Created:** [November 1, 2019, 6:42am UTC](https://community.thunkable.com/t/solved-how-can-i-use-a-stored-variable-as-url-and-how-can-i-save-cloud-variables/298327 "2019-11-01T06:42:41Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Leito](https://avatars.discourse-cdn.com/v4/letter/l/bc8723/32.png) [@Leito](https://community.thunkable.com/u/Leito)
#### Post date: [November 1, 2019, 6:42am UTC](https://community.thunkable.com/t/solved-how-can-i-use-a-stored-variable-as-url-and-how-can-i-save-cloud-variables/298327/1 "2019-11-01T06:42:41Z")

</div>

I need to Uso a text input to save as a variable a link that will write the user, then save it in cloud variable or stored variable and the use it in a different screen with a Web Viewer Thanks!

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [November 1, 2019, 8:35am UTC](https://community.thunkable.com/t/solved-how-can-i-use-a-stored-variable-as-url-and-how-can-i-save-cloud-variables/298327/2 "2019-11-01T08:35:07Z")

</div>

Hi, @Leito! 👋

> [@Leito](#):
>
> use it in a different screen

To send data from 1 screen to another, refer to this tutorial I made previously -

> [@How to use StartValue in Thunkable X with LocalStorage](http://community.thunkable.com/t/how-to-use-startvalue-in-thunkable-x-with-localstorage/115613):
>
> Hello, Thunkers! In this post, we’ll talk about How to implement StartValue in App I saw many users seeking for the solution for StartValue in Thunkable X… thinking So, finally, I found myself a solution and I want you all to have a look at it grin So, if you want to transfer any type of value to another screen, you may try using LocalStorage for this. I have some code blocks related to the above idea. You may take reference from them below : Sending Start Value [image] Getting Start…

Thanks! 😊

---

<div class="post-metadata">

### Author: ![Leito](https://avatars.discourse-cdn.com/v4/letter/l/bc8723/32.png) [@Leito](https://community.thunkable.com/u/Leito)
#### Post date: [November 1, 2019, 2:33pm UTC](https://community.thunkable.com/t/solved-how-can-i-use-a-stored-variable-as-url-and-how-can-i-save-cloud-variables/298327/3 "2019-11-01T14:33:56Z")

</div>

![1](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/1/c123fe8522bed4d60975b783ff41a7abdb7d1897.png) ![2](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/8/284671bdff387ec94cabbac5ff4b2c5633745c42.png)

How can I connect the local storage to a list viewer?

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [November 1, 2019, 2:36pm UTC](https://community.thunkable.com/t/solved-how-can-i-use-a-stored-variable-as-url-and-how-can-i-save-cloud-variables/298327/4 "2019-11-01T14:36:18Z")

</div>

> [@Leito](#):
>
> How can I connect the local storage to a list viewer?

What do you want to achieve?  
More clearly, can you explain more on this? Like what do you want to do…

Thanks! 😊

---

<div class="post-metadata">

### Author: ![Leito](https://avatars.discourse-cdn.com/v4/letter/l/bc8723/32.png) [@Leito](https://community.thunkable.com/u/Leito)
#### Post date: [November 1, 2019, 7:56pm UTC](https://community.thunkable.com/t/solved-how-can-i-use-a-stored-variable-as-url-and-how-can-i-save-cloud-variables/298327/5 "2019-11-01T19:56:09Z")

</div>

I need the user could save specific links in a Listviewer and clicking them, go to another screen and open that link in a web viewer

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [November 2, 2019, 2:31am UTC](https://community.thunkable.com/t/solved-how-can-i-use-a-stored-variable-as-url-and-how-can-i-save-cloud-variables/298327/6 "2019-11-02T02:31:51Z")

</div>

It means that you want to transfer the selected item on **`screen1`** to a **`web-viewer`** on **`screen2`**

Right?

If so, try these blocks on **`screen1`** -

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/4/24096f663f075458127fe20c7f7d2b7155446d23.png)

And these on **`screen2`** -

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/c/9c14aff191cc8c5580278a5002f5eb56f8164817.png)

Thanks! 😊

---

<div class="post-metadata">

### Author: ![Leito](https://avatars.discourse-cdn.com/v4/letter/l/bc8723/32.png) [@Leito](https://community.thunkable.com/u/Leito)
#### Post date: [November 2, 2019, 7:08pm UTC](https://community.thunkable.com/t/solved-how-can-i-use-a-stored-variable-as-url-and-how-can-i-save-cloud-variables/298327/7 "2019-11-02T19:08:11Z")

</div>

Thanks you very Much!!!

---

<div class="post-metadata">

### Author: ![ozel1978](https://avatars.discourse-cdn.com/v4/letter/o/3ec8ea/32.png) [@ozel1978](https://community.thunkable.com/u/ozel1978)
#### Post date: [July 24, 2020, 2:11am UTC](https://community.thunkable.com/t/solved-how-can-i-use-a-stored-variable-as-url-and-how-can-i-save-cloud-variables/298327/8 "2020-07-24T02:11:22Z")

</div>

@kartik14

how to make agenda screen as public page? mean using cloud variable then every one can see it.

---

<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:08pm UTC](https://community.thunkable.com/t/solved-how-can-i-use-a-stored-variable-as-url-and-how-can-i-save-cloud-variables/298327/9 "2024-11-08T12:08:28Z")

</div>


