UiBank Transfer Funds

Hi, I’m new to coding.
I have 3 items coming in from queue. I wish to transfer from one account to another account. I wish for the Account Names to come from each transaction values.
The issue is that I can’t understand how to get the Account Name from Accounts. This is a snapshot of some of the accounts that I have created.

After creating a new account, I get the following Account ID

But when I go to Transfer Funds, I get different names.


(PS, I had created Sample-3 multiple times).
How can I retrieve the entire account name?
Or, if I can’t how do I capture all the values from the dropdown and save them somewhere?

@aliza.ahsan,

Use Find Children activity to get all dropdown items. After that you can use Select Item to select any specific item from the list.

Thanks,
Ashok :slight_smile: