Hi All,
I want to join two lists of texts together dynamically on the page.
For example:
list1 [john, dave, helen]
list2[2,3,4]
Resultlist [john 2, dave 3, helen 4]
i want to do this on the page (not saving to the database) as the input lists is dynamic.
how can I achieve this?