How to mirror one webform to another

Hello,

Does anybody know if it is possible to map/match some fields of a webform submission to another webform. I would like to take some fields from a webform submission and copy them to a new webform that will finally contain the copied fields plus some new fields.

Hi Apostoli,

I haven’t tried that before but maybe this post can help https://drupal.stackexchange.com/questions/233508/drupal-8-webform-pass-submitted-value-from-one-webforms-to-another

Just saw this topic when searching for similar questions after a request from Mattermost Drupal channel.
Let me put here the reply (Mattermost)

It should be possible using the Configuration synchronization interface. On the source site, Configuration → Configuration synchronization → Export → single Item (and choose webform as configuration Type) THen choose the webform to migrate. Copy the config and do the oposite (Import, single item) on the destination site