We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Passing argument to JDBC Data Source

Olsztyniak
Tera Expert

I have a query that I need to run separately for each of the X value in some column.
Something like select * from INCIDENT where 'created_by = {X}'

Is there a way to pass input value to JDBC data source to run the query above?

2 REPLIES 2

Mahfuz Qureshi1
Tera Contributor

Hi @Olsztyniak  did you able to find out any solution for same?

I am also hiving similar requirement.

Olsztyniak
Tera Expert

Could not find the way to pass the values, I ended up updating the data source sql script using JS before running imports.