Can you dynamically iterate over the columns of a table?
E.G. If my table is
id || size || style || type || name
can i list the names of the column from the frontend bubble app?
Can I generate the string “the columns in your table are id, size, style, type, name”
where “id, size, style, type, name” are pulled dynamically?