There are three set variables activity in my pipeline returning three Ids namely ID0, ID1 and ID2. I would like to combine their output into a new set variable activity whose output has a json format as shown below:
{"Data":
{
"ID0": "ABC",
"ID1": "2022",
"ID2": "1234",
}
}
I have looked into the other questions asked here but most of them addresses the concern of converting / storing the output in a Json file. I am not willing to export any output to Json file rather just use it as a variable to feed in to another pipelines.