How to copy a node within the same collection

how to copy of a complex node in the same collection, is there a simple solution?
I’ve tried with csv but this is time consuming.
(download shows comma’s in decimals and comma’s between attributes.
import however needs a semicolon between attributes and a comma in numbers)

Hi Anton,

In our generated clients, there is always an option included to ‘duplicate’ - wouldn’t that work?

image

Kind regards,
Rick

thanks Rick, did not know about this option (never looked for it).
collections in the node however stay empty.
it would be nice if they would be copied as well.

Hi Anton,

Only collections with the @small annotation are duplicated. Small meaning that it is not expected to hold a lot of entries.

Not that some features like filtering are not (yet) available for small collections like import, export and filtering.

Kind regards, Paul

See also the documentation:

@small: displays (small) collections inline, and includes them when pressing ‘Duplicate’.

Thanks Paul, this is useful information.

1 Like