281
Views
7
Comments
Solved
How to save the options of dropdown tag in a list which is of another form

I have to select multiple options from dropdown tag, which should be saved in a list. and this list should be of another form.

For Instance: 1) There is an Entity(Restaurants) with attributes as Rest_ID, Restaurant Name, Location.

2) Another Entity (Restaurant Details) with attributes as ID, Rest_ID(FK), Phone Number.

I want To select multiple Restaurant Names using dropdown tag, the selected restaurant name and phone Number should appear in a list

Restaurant.oml
2022-03-25 09-38-41
shalini shivaram

Hi Ajit Kurane,

I tried the below attached file solution with the help of link you sent. The problem is I want the selected options to appear in table form as shown in the Image

ReactiveAddCertification.oml
2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi Shalini,

In addition to the previous post, you can also refer to this forum link: https://www.outsystems.com/forums/discussion/76029/save-selected-values-of-drop-down-tag-to-a-list-to-be-used-in-another-form/


I hope this helps you!


Kind regards,

Benjith Sam

2022-03-25 09-38-41
shalini shivaram

Hi Benjith, This is exactly what I was looking for. Much appreciated.


 

2022-03-25 09-38-41
shalini shivaram

Hi Ajit Kurane,

I tried the below attached file solution with the help of link you sent. The problem is I want the selected options to appear in table form as shown in the Image

ReactiveAddCertification.oml
2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi Shalini,

In addition to the previous post, you can also refer to this forum link: https://www.outsystems.com/forums/discussion/76029/save-selected-values-of-drop-down-tag-to-a-list-to-be-used-in-another-form/


I hope this helps you!


Kind regards,

Benjith Sam

2022-03-25 09-38-41
shalini shivaram

Hi Benjith, This is exactly what I was looking for. Much appreciated.


 

2025-08-07 06-30-56
Amit J
Champion

Rashmi PLz checks the example. It will give idea how to pass list from one form to another form.


https://amitj.outsystemscloud.com/SchoolinCity/

SchoolinCity.oml
2022-03-25 09-38-41
shalini shivaram

Amit Jain, Thanks for the help. I got it!

2025-08-07 06-30-56
Amit J
Champion

If you solved the issue then mark as solution and close this thread.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.