Necesito armar estos boque no lo puedo hacer
I need to put together these blocks, but I can't do it.
when Web1.GotText do
set datos to call Web1.JSONTextDecode(Web1.ResponseContent)
initialize global nombres to create empty list
initialize global links to create empty list
for each item in datos do
add item.nombre to global nombres
add item.link to global links
set ListView1.Elements to global nombres
when ListView1.AfterPicking do
set index to ListView1.SelectionIndex
set linkSeleccionado to select list item list global links index index
set WebViewer1.Url to "https://drive.google.com/viewerng/viewer?embedded=true&url=" + linkSeleccionado
set WebViewer1.Visible to true