2d Arrays and Dictionaries nested inside arrays

Nacho_114

New member
I have an array that is used to save several places along side some info about the place, currently everything is being stored in each array entry placeToVisit[x], however i want to dynamically create a new array entry as a dictionary, so name, place and location can be stored separately thus enableing me to acces info like

placeToVisit[10][Title]

a 2d array would acomplish the same effect, but i rather have the keys intead of an index

Cant seem to get this feature working with Set Variable, i may be doing smth wrong but cant find anything anyweare on how to do this

Currently new array entries are create by

Set Variable: placeToVisit[{size=placeToVisit}] -> User Promt

Im aware theres an array action, but couldnt get it working for a 1d Array, evejn less for a 2d
 
Top