Trouble Linking API Data from AI Table to Screen through GET request

Hey @Shrut_Patel Thanks for posting here :slight_smile: I am excited by what you are building :slight_smile: I will make sure you build what’s in your mind sucessfully :slight_smile:

So let me help you with your questions:

  • You can have many different layouts for the UI actually and there’s probably not a right and wrong answer. What I will do is that I will create a component which present the actual row in the table, and this component will be with the row layout and contains many Text widgets, then i will use that component as the placeholder for a ListView widget (I recommend you using the new way of displaying data using ListView and not using Groups. Check out this: When to use Listview and Gridview, and when to use Groups? - #3 by anas
  • For theText variables, you can create a text variable for each Text widget, but if you will use the structure I mentioned in the above point, you can also create an object that will hold a single row, and this object will hold the variables, but you can also simply create parameters in the component, each as a String so you can pass the row data easily from the Listview
  • For that, we will do a livestream on Sunday and we will work through the full flow of connecting the API to a Listview. If you can watch it live it will be great, otherwise you can watch it later as well :slight_smile: