Hello everyone,
I want to add a column in collection.
currently , I'm using the collect function to add new column
-----------------------------------------------------------------
example:
Collect(
Customgallery,
{
item: CountRows(Customgallery),
detail: Char(RandBetween(67,94))
}
)
-------------------------------------------------------------------
but now, I'd like to add an nth column with a single click.
I don't have idea to do it. Can anyone provide some suggestions?

Thank you in advance.