Hi,
I have a datatable in my app that connects to API links and displays information of an specific ID. In one of the columns the table (named as effect) shows data about the ID and the entrys of a list of words searched by a second loop; these data are groups of lists transformed to strings.
The problem is that sometimes one of the list items isn't in the JSON API, meaning that the ID and the item are not related, but when I try to add a conditional for pass to another ID the cell in the table remains with empty information, and the loop doesn't continue.
I want to display information if the item and the ID are related, and if one of the items are not just don't show the list about the item.