Start a new topic

Pass variable value to mapping and read the same variable value in the process

Semarchy xDI version: 2023.1.7


We have a specific requirement to load data to a postgres table and also pass a column value to a variable (process_id) , since we need to refer it in the process again. 


We can't query the table to get the process_id directly since the process is called multiple times concurrently, hence we want to pass the process_id to a variable in the mapping.


Now, we need to use the same process_id variable again in the process to use it as an input for another mapping. 


Please let me know how to implement this scenario.

 

Login to post a comment