# Air Table real time data changed event?

**URL:** https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367
**Category:** Questions about Thunkable X
**Created:** [November 11, 2021, 8:02am UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367 "2021-11-11T08:02:00Z")
**Posts on this page:** 16
**Page:** 1

<div class="post-metadata">

### Author: ![bibbi](https://avatars.discourse-cdn.com/v4/letter/b/db5fbb/32.png) [@bibbi](https://community.thunkable.com/u/bibbi)
#### Post date: [November 11, 2021, 8:02am UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/1 "2021-11-11T08:02:00Z")

</div>

hi

I use google sheets as a data source to update a data\_viewer list I use a timer it works as long as its content is text (I could of course see a photo by clicking the item in the data\_viewer list) but I would like to see the photo directly  
is it possible with Air Table ?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [November 11, 2021, 8:31am UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/2 "2021-11-11T08:31:58Z")

</div>

If you link a Data Viewer List (DVL) to an Airtable table then you can select a photo column as one of the mapped fields in the DVL.

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [November 11, 2021, 8:47am UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/3 "2021-11-11T08:47:56Z")

</div>

If i understand correctly, this works the same in Google sheet and in Airtable. The image will show automatically if it is linked to the image component in the `Data Viewer List`.

---

<div class="post-metadata">

### Author: ![bibbi](https://avatars.discourse-cdn.com/v4/letter/b/db5fbb/32.png) [@bibbi](https://community.thunkable.com/u/bibbi)
#### Post date: [November 11, 2021, 8:55am UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/4 "2021-11-11T08:55:41Z")

</div>

hi

this is what I tried with google sheets but in the photo column of my table these are links and loop through links that point to photos it causes flickering  
the solution would it be to download the photos on the device?

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [November 11, 2021, 9:10am UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/5 "2021-11-11T09:10:56Z")

</div>

> [@bibbi](#):
>
> my table these are links and loop through links that point to photos it causes flickering

This will be subject to the internet speed of the device, the size of the image and the response speed of the server where the image is saved.

---

<div class="post-metadata">

### Author: ![bibbi](https://avatars.discourse-cdn.com/v4/letter/b/db5fbb/32.png) [@bibbi](https://community.thunkable.com/u/bibbi)
#### Post date: [November 11, 2021, 10:21am UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/6 "2021-11-11T10:21:30Z")

</div>

so if i understand correctly i should turn to firebase, but apart from sign in i don’t see any other blocks referring to firebase

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [November 11, 2021, 10:45am UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/7 "2021-11-11T10:45:50Z")

</div>

If you are using DnD UI then Firebase can be referenced by using `Cloud Variables`.

---

<div class="post-metadata">

### Author: ![bibbi](https://avatars.discourse-cdn.com/v4/letter/b/db5fbb/32.png) [@bibbi](https://community.thunkable.com/u/bibbi)
#### Post date: [November 11, 2021, 10:53am UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/8 "2021-11-11T10:53:22Z")

</div>

how to access DnD UI ?

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [November 11, 2021, 12:30pm UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/9 "2021-11-11T12:30:26Z")

</div>

If you see this in the left side of the screen then it is the DnD UI

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

But if you see this then it is the StP UI

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/7/67b1bbd36a2148c4301e9af3694355006575260d.png)

---

<div class="post-metadata">

### Author: ![bibbi](https://avatars.discourse-cdn.com/v4/letter/b/db5fbb/32.png) [@bibbi](https://community.thunkable.com/u/bibbi)
#### Post date: [November 11, 2021, 7:56pm UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/10 "2021-11-11T19:56:09Z")

</div>

I was using DnD UI.  
it looks like the blocks referring to firebase require a pro account  
because I don’t always see the firebase blocks

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [November 11, 2021, 8:05pm UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/11 "2021-11-11T20:05:22Z")

</div>

There are no Firebase blocks in DnD UI. Use the `Cloud Variables` instead of the Firebase blocks.

The free and PRO account has the same components.

---

<div class="post-metadata">

### Author: ![bibbi](https://avatars.discourse-cdn.com/v4/letter/b/db5fbb/32.png) [@bibbi](https://community.thunkable.com/u/bibbi)
#### Post date: [November 12, 2021, 11:41am UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/13 "2021-11-12T11:41:34Z")

</div>

hi

ok i ended up finding thanks to your explanations

 ![Capture d’écran 2021-11-12 à 12.08.30](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/8/c83f08310b57739a9d0bd9a806b48613f4ccf38a.jpeg)  
the above block allows me to store email and name info in the “connected” project bucket  
but I don’t see which cloud variable to associate with “connected” to use the block  
when cloud variable initializes or changes

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [November 12, 2021, 11:52am UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/14 "2021-11-12T11:52:13Z")

</div>

Let me try to clarify.  
I have this in my database  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/f/ef53aa71c31be24314d9d0d5627f169be4f65c30.png)

If I want to monitor the changes in the **Students** key then I need to create a `cloud variable` that points to that key.

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/5/95ccbf324ede4bb6b48b2b5a626b60818089bcfc.png)  
Once this is done, I can now use the `Initializes of changes` block for that variable.

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/e/aee2c89300ad5b69b341e5eda427df01332ea5c7.png)

This is just an example. In this block you will enter the blocks to control what you want to do.

You can not use the `Initializes or changes` block with `dynamic variables` such as these  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/5/a5fcadfab0b2efdd39cf8a15c3efdaadbc76302c.png)

---

<div class="post-metadata">

### Author: ![bibbi](https://avatars.discourse-cdn.com/v4/letter/b/db5fbb/32.png) [@bibbi](https://community.thunkable.com/u/bibbi)
#### Post date: [November 12, 2021, 2:11pm UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/15 "2021-11-12T14:11:43Z")

</div>

i have good news, it’s working !

on the other hand, getting the time and date at an instant T always causes me problems sometimes the time is displayed in the spreadsheet as text and therefore I cannot calculate the difference between the exit time and the time entrance

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [November 12, 2021, 2:24pm UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/16 "2021-11-12T14:24:55Z")

</div>

Good work.  
Yes, Firebase is the quickest to respond and free and can store much more data with lots of flexibility.

---

<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, 1:14pm UTC](https://community.thunkable.com/t/air-table-real-time-data-changed-event/1609367/17 "2024-11-08T13:14:25Z")

</div>


