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)
DEVICE SCREENSHOT
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)
DEVICE SCREENSHOT
You can try using for each loop to check the indexes, check if the item is empty and remove from the list.
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)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.