Pass variable value to mapping and read the same variable value in the process
N
Nelrick RODRIGUES
started a topic
5 months ago
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.
Nelrick RODRIGUES
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.
1 person has this question