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
Hello shalini,
Please check below post.
https://www.outsystems.com/forums/discussion/64540/how-to-store-and-retrieve-list-of-records-in-dropdown-tags-in-reactive-app/
https://www.outsystems.com/forums/discussion/67376/how-to-save-more-than-one-value-of-dropdown/
Regards,
Ajit Kurane.
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
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
Hi Benjith, This is exactly what I was looking for. Much appreciated.
Rashmi PLz checks the example. It will give idea how to pass list from one form to another form.
https://amitj.outsystemscloud.com/SchoolinCity/
Amit Jain, Thanks for the help. I got it!
If you solved the issue then mark as solution and close this thread.