How do I create a local spreadsheet containing my favorite locations and then add to and delete from them using the Map tool?

How do I create a local spreadsheet containing my favorite locations and then add to and delete from them using the Map tool?

Hello @mohamed.zahran.ali4
To impliment that you will need to create a local table and use data source blocks to update the fields

Thank you very much
I want a list of my favorite locations
So, if one of these geographical locations is reached, I will receive an audio notification automatically

Hello @mohamed.zahran.ali4 :wave:
Thank you for sharing more information!
You can do that using the location block: Location Blocks - Thunkable Docs
When you have started building something and you need assistance please send us a screenshot of your blocks.

Thank you for your interest
Quite simply, I need code using the geographical location blocks in Thunkable, the result of which will be as follows:
If I arrive at my home location, I hear an automatic voice message that I have arrived home…
If I reach a specific market, I hear another voice message…
If I arrive at my university, I hear another voice message…
And so on …
As in voice messages while tracking Google Maps completely
Note that I have a local list of those sites

Hello @mohamed.zahran.ali4 :wave:
Thank you for sharing more information.
To get the user’s location every time it changes you need to use the “On User Location Change” block
You can find more information here: Map Component - Thunkable Docs