We have a block for this,I think it will be easier to use :
It returns a Dictionary,ex:
You could also parse this dictionary to get a specific value by its tag name:
You can also check this guide to know about dictionary blocks:
0 — Basics
0.1 — What Is Dictionary
Dictionary is object structured like JSON, which is a standard to store dictionaries as text. It is a way to store information in an organized, easy-to-access manner. It stores a collection of pairs that consists of a key and the corresponding value. The key is a reference to the value, kind of like a variable where the variable name acts as a reference.
Dictionary in Kodular is a built-in block.
[image]
Object uses { bracket at the start, } at the end.
A co…
3 Likes