I have two sessions I a workflow like below
workflow1->session1->session2
I have a join_date column in a table in Mapping1 , in session1. I want to pick this join_date value and pass to mpping2/session2
If join date value changes in the table in session1 then the same value should pick and pass to session2. I will use this date value in a query in session2 .
Please suggest how to achieve this?