Datatable API cell empty

Database & APIs

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.

What have you tried so far?

I tried to modify my action flow editor and save the searchings on variables, also making a conditional loop to evit empty results and it still fails.

Note: I put the "empty" as default because I have a notification of error when I don't write a default value.

Did you check FlutterFlow's Documentation for this topic?
Yes