I have two App State lists, and I want to merge them into a new app list list where:
All items are converted to lowercase
Spaces are removed
I know I have to made a custom functon for lowercase and remove spaces task but I am not getting a way to merge both the lists?