HI @raininglemons ,
You are facing this problem because Adobe Campaign doesn't recognize the temporary schema 'temp:subworkflow-jumpin'. To secure that data from the subworkflow can be used in the parent workflow I share with you some possible steps to solve the issue:
-Be sure you select the nms:recipient schema at the end of the subworkflow so the parent workflow knows what type of data is coming out.
- Use an Enrichment activity to map the temporary data to the right schema (nms:recipient) after the subworkflow..
-Use JavaScript if you want to clean data and make it more usable, processing it as nms:recipient.
- Check the transitions and test how it works.
Kind regards,
Celia