Help needed with Google Maps Link Delimiter Not Working

Hi! I am trying to create a basic interface so that when a Google Maps link is entered, the app can parse through to extract the latitude and longitude coordinates using delimiters.

Here’s the original link-

First I am trying to create a list with the delimiter @. Even though this seems to work, the length of the list is shown as 1, and the “get” function is not working. The last remove #3 block makes it so the result is “33.7725939,-84.3958284”. I then have the ability to remove index 2 from “33.7725939,-84.3958284” and it will remove the number after the comma. But if I tried to “get” index 2 and assign it to a variable, it says undefined. Any help would be greatly appreciated. here’s all the code.

What is the value of Text_Input1's Text when you test this?

Can you share a link to the project (and if so, which screen those blocks are on)?

The value of Text_Input1’s Text should be the Google Maps link -
Google Maps
It keeps shortening so you might have to click on it to get the link.
Here is the link to the project - there is only one screen.
Thunkable

Try the blocks below.

Updated project link: Thunkable

This is great, thank you! It works now.

1 Like

You’re welcome. If you feel like that solved your question, you can mark the checkbox below that post to let others know.