How can i remove empty list items from the total list

i have a list , and it contains two empty list items , i want to remove the empty items from the total list

remove_empty_list.aia (1.9 KB)

blocks

DEVICE SCREENSHOT

You can try using for each loop to check the indexes, check if the item is empty and remove from the list.

1 Like

i dont have more knowledge in coding , please can you make an sample of blocks design , so that i can try
@David

Use this loop block (available in controls)

blocks

1 Like

thank you very much @MayankMahla solved my problem

1 Like