@5tift So würde das JSONATA im Blockly aussehen:
[image: 1703606407451-fde97688-9e77-4d41-9cbc-d6301f52cb74-image-resized.png]
auf die letzte Aufgabenstellung bezogen. Hier zum Import
Spoiler
<xml xmlns="https://developers.google.com/blockly/xml">
<variables>
<variable id=";po#/$v(8.UbHdHNkx[6">Objekt</variable>
</variables>
<block type="variables_set" id="7%T9W)O:ety#^0R/ox%2" x="-1137" y="-637">
<field name="VAR" id=";po#/$v(8.UbHdHNkx[6">Objekt</field>
<value name="VALUE">
<block type="convert_json2object" id="}TGPsTM?[@]lV,iRratj">
<value name="VALUE">
<block type="text" id="ZE=WG[CGn12I9@)c/^V:">
<field name="TEXT">{ "Feld1": "Info", "Feld2": "123", "Feld3": "456", "Feld4": [ { "Feld1": "Info1.test+1", "Feld2": "789", "Feld3": "432" }, { "Feld1": "Info1.test+2", "Feld2": "443", "Feld3": "677" }, { "Feld1": "Info1.test+3", "Feld2": "432", "Feld3": "436" } ] }</field>
</block>
</value>
</block>
</value>
<next>
<block type="debug" id="wVTLgzKN#^Dm3(%:ss}{">
<field name="Severity">log</field>
<value name="TEXT">
<shadow type="text" id="wQT3X.t7#LZ{rnmq5Kuu">
<field name="TEXT">test</field>
</shadow>
<block type="convert_jsonata" id="2,64.Pf(XUW-w6VTNU/A">
<value name="EXPRESSION">
<shadow type="text" id="~S}tI5vE7YthKc5^_)N2">
<field name="TEXT">$.Feld4[Feld1="Info1.test+2"].Feld2</field>
</shadow>
</value>
<value name="TARGET">
<block type="variables_get" id="oxV$kE`G@3F2^Vi77kZ+">
<field name="VAR" id=";po#/$v(8.UbHdHNkx[6">Objekt</field>
</block>
</value>
</block>
</value>
</block>
</next>
</block>
</xml>