I'm using Workflow 8.3.
I've created a Data Source that links to an Oracle instance - OracleOdbc(Direct).
I created a Custom Query that uses the Data Source - the query is a straight forward select from a view - it uses two parameters and returns one record. The query tests as expected - successful with "1 row(s) affected".
But when I try to create another activity - "Branch", "Track Tokens", or "Assign Field Values" - that would use the results of my custom query, the only token that Workflow Designer offers is the "Results Found" token.
How can I include the results of my custom query in activities that follow?