How can I use one input to filter another input?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
My workflow has two (2) data inputs. Call them Input A and B.
First, I extract (using filters) a list of program IDs from input A.
How can I, without exporting and re-importing, use the filtered list from Input A to filter Input B?
Solved! Go to Solution.
- Labels:
- Expression
- Input
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
perhaps I'm missing something here, but if you want to use the output of input A to filter input B, that's a typical join. Everything from your "J" output would be every Input B record that contained the matched value from Input A. in this situation you don't need to actually output any of the fields from input B if all you want to do is filter input B.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Doh! Sorry, brain failure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Same question but without the join. I have a Google Sheets input with dynamic values. I want those values to then be used in the WHERE clause of an SQL query within an Input tool. I could use a join, but the size of the query is very large if I don't restrict it first.
It's almost like using interface tools, but instead of an interface tool, another input tool provides the input.

