They can help me to identify if what I have done so far is correct and what I can do so that when I select a movie in the combo box and click OK, the item selected in the list below by the title may appear.What I've built so far allows the id of the selected item to appear in the combo box, but I would like the list to show the chosen title. How could I do that?
Can you refer me to links in the OutSystems documentation that explain better about lists? So far I found those links:
https://success.outsystems.com/Documentation/10/Reference/OutSystems_Language/Data/Data_Types/List?origin=d
https://www.outsystems.com/blog/posts/list-we-forget/
Best Regards,
Jessica Marques.
Hi Jessica ,
Once look at attached oml, you will get more help in it.
Vijay M-
Vijay Malviya wrote:
Regards,
Jessica
Hi Vijay Malviya,
I am following your model to learn more about the lists, thank you for providing this file. has helped me a lot
Kind Regards,
Hi Jessica,
Add get the movie title from movie id and append in the list like below.
Hope this will help you in resolving your issue.
Koushik
Koushik Prathi wrote:
Hi Koushik,
It Works! Thank you.
Jessica.
Can you recommend reading materials on this topic (lists in OutSystems)?