Replies: 3 comments 2 replies
-
If you post here and the mirth forums, please cross reference them with links. |
Beta Was this translation helpful? Give feedback.
-
What you could do, instead of using an actual Database Reader Source in your 2nd channel, that you are passing the delimited string to, just make the Source a Channel Reaeder. Then, in that 2nd channel, do this:
|
Beta Was this translation helpful? Give feedback.
-
I didnt actually test the following, but something like this should work. Once you get your "xyz" value from the database and assign it to a variable, it should show up as usable in the Destination via drag-and-drop. If not, you can just assign it to a ChannleMap variable for use wherever in the channel.
|
Beta Was this translation helpful? Give feedback.
-
I have a channel that you manually input 3 values and it sends as delimited text down to a 2nd database reader channel like such:
input1,input2,input3
The issue I am having is that I want to user input3 in my database reader query on the 2nd channel in a way where
SELECT * FROM tableName WHERE x = input3
I am struggling with how to make this work with sending downstream to a database reader channel and having the query run based on user input
Beta Was this translation helpful? Give feedback.
All reactions