How to add Frames in a Row

I want to take info from Trello about cards and make it display in a row as a frame

The Trello result in table form.

Please tell me how to automatically add a frame in a row.

Please reply for further detail.

For learning how to integrate Trello into Roblox, this thread may be of some help.

You can clone a Frame and change its children (e.g. text = title of the Trello card). This can be done through the :Clone() function. You can also use UILayouts to make sure that all frames are equally positioned from each other.