Hello,
I have scenario from oracle to file.
In JDBC sender adapter I have this statement:
SELECT * FROM OPEN_FRIDAYS_VW WHERE ID =197
I'm looking for the way to insert dynamic ID (instead off the number 197) via web page to communication channel.
Elad