cancel
Showing results for 
Search instead for 
Did you mean: 

How we can get parameter from any Comm, Channel?

park_saeiam
Explorer
0 Kudos

Hi all,

As I know we can use UDF to get DynamicConfiguration parameter. Bu we can get only from Comm Channel as process the message. But in case we need parameter from the other Comm Channel as we configured in ID. Could you please to help how can to do that.

Thanks and Regards

Park

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

if you need parameters from other communication channel

then add them to the communication channel you use in your flow

(modules tab) and add a module that will read them

second option is to put those parameters in a table (or value mapping table) and just read them

from the table inside your mapping (this is called a lookup)

these are the places where you should keep additional data

I'd strongly suggest the second option as your option with reading

from second channel "smells" like pretty strange (bad) design of the flow in XI

Regards,

Michal Krawczyk

http://mypigenie.com XI/PI

park_saeiam
Explorer
0 Kudos

Thank you very much Michal

Answers (0)