how can i using input carry dynamicSql to jdbcAdapter

if I using sql “select a,b,c from abc” ,but “a,b,c” is dynamic,it may be “c,d,e”.how can i using the sql throw input/output carry the dynamic value

Hi Colin

A Flow service could be written, to dynamically give the inputs at runtime to your adapter service.

Cheers
Jeevan