Our client would like to make copies from an existing product field template but there is no way in the GUI make a copy. Is there another way? They have a lot of fields on their templates and it would take a lot of time to do it manually.
Not from the UI. The selected fields are stored as a serialized Json object in the database, so you could “copy and paste” via an SQL query and then restart the application.