cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to get the data from property

former_member305454
Participant
0 Kudos

HI All,

I am using sequential multicast , In first branch I am storing the property and second branch trying to get the value of that property .But it's returning blank value.

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Aditya,

You will not be able to get the property data set in the first branch to second branch.

In Sequential multicast input to the Sequential Multicast branch is duplicated and sent to 2 branches ( second branch will get only trigger from First branch but not the data of the first branch).

Instead of above approach use Write Variable to store the data ( it depends on size of the data you are going to save ) in first branch and in the second branch have content modifier select the type as Local Variable and call the variable set in first branch .And then you can use the same for your further transformation.

Regards,

Sriprasad Shivaram Bhat

former_member305454
Participant
0 Kudos

Thanks Sriprasad 🙂

Answers (0)