passing parameters from Data Transform in a smart shape
We are working on a project poc.
We have created a smart shape and have configured a flow Action to be executed. The result of flow action execution would hold values in a pagelistand it needs to be passed onto utility activity. Values are held in property of Pagelist type.
Tried passing values as Parameter of type Page but it was not available in the utility activity. so we are now trying to concatenate the pagelist values to a string and pass it out as a Parameter to be available for utility activity.
I could see the values set as expected and available in tracer after the Data Transform execution, but is not available as input when utility activity execution starts. Parameters set as In/Out has been done.
Please can someone help!