how to display multiple content tag.. API response in list
Hi @Usman Eijaz .Created a sample for you, See hereAlso attached OML ,You can refer that also.Hope it helps!ThanksN_G
Thanks @N_G for your response
Glad to help ,If my suggested solution helped you anyway in solving your problem, Then requesting you to Marked as solution.ThanksN_G
Hi Usman,
in OutSystems we already have a widget to show tags please find below documentation for the same
https://success.outsystems.com/documentation/11/developing_an_application/design_ui/patterns/using_traditional_web_patterns/content/tag/
hope it will help you
Regards,
Krushna
Hello Usman,
You can use list widget and inside list add container with width for example 2 columns or as per the size of data will be displayed then inside container add ListItem then add inside ListItem Tag and then add Expression which its value will be equal to returned response from API