Hi Experts,
Is it possible to pass input of a transform into other reference transform which is of type conditional transform. We want to store the input from first transform into second transform(referenced).
For example:
First Transform:
{
"name": "MAIN Transform",
"type": "reference",
"attributes": {
"id": "Passing Input Transform",
"input": "DUMMY INPUT"
},
"internal": false
}
And Passing Input Transform will be of type say conditional transform, and i want to store the input from previous transform into an variable so that we can work on it.
Let me know if its possible to achieve ![]()
Regards,
Bhushan Dhodi
