Hi,
I am trying to build connection between Account and Subaccount fields. I need to retrieve all subaccounts that are linked with Account. I tried such approach : added Account and Subaccount for entity JournalTransaction

and it worked

However, I faced with issue that such request does not return all available subaccount for an account. For example in Bill I have 2 availbale subacounts (samahor, samalon) for Account 5001

but my request return only 1 subaccount - samahor. Hot to make it return all linked subaccounts ?