Is there a way to dynamically show all column values for a record?

I’m trying to setup a table that is dynamic with its column headers and column values.

Currently I have the first column value (name), but I don’t want to hard code each potential column/fields. Is there a way to create a loop/repeat that displays all of them?

For example, let’s say I have these columns/fields: Name, Email, Phone, and Address.

Is there a way to display the values from all of those columns/fields? Similar to how the repeat gets all records without having to hardcode each row? But instead of rows, it’s the values that will show in one row.

Community Page
Last updated: