Hello,
I would like to return a single record from the database, and list that record in a text field, but the columns of the database record separated by a comma.
Table example:
Example records:
I have to manually add the columns in the text field:
I know it is possible if I manually put in the text field the database columns and manually insert the commas,
but this is a bit bad because every time i add a new column in the database table i will have to also edit the text field to add the new column.
Is it possible to bring a row from the database and transform it into a comma separated?
I’ve searched for many hours and found no solution,
It is possible?