Pass values back to the calling workflow
Using Adobe Classic, I have a requirement to call an API to get some PII data into the Marketing server at runtime.
For this, I am creating a workflow that will accept the input parameters, take its value and call the API and get the data back.
The way I am solutioning it is, that any workflow can call this workflow by making an External Signal call and get the PII back.
The challenge is how do I pass the values from this workflow to the calling workflow? Has anyone done this before?
Is there a better way to do this?