Hi,
I try to get data from another form using
Dynamic Dropdown but I didn't get to work.
I have made simple "modules" form which have just two fields
Then I try get serial number form that form to another form but what I need to define?
If I create HTTP Service I get all data fetched (response is below)
====
<documents search-total="2">
<document created="2024-11-13T13:17:45.101Z" last-modified="2024-11-13T13:17:45.101Z"
name="50fceaf6d6c4a203e71c8f8177155034b1b10f1b"
draft="false"
operations="*">
<details>
<detail path="section-1/type">type2</detail>
<detail path="section-1/serial">54321</detail>
</details>
</document>
<document created="2024-11-13T13:17:25.610Z" last-modified="2024-11-13T13:17:25.610Z"
name="579c21d07b37d5d7be3e368bf9a69012b2dfaed5"
draft="false"
operations="*">
<details>
<detail path="section-1/type">type1</detail>
<detail path="section-1/serial">12345</detail>
</details>
</document>
</documents>
===