Using the Result set of Incremental Query activity in next Query activity in a workflow using ACS
Hi,
I am trying to use the result set of an 'incremental query' in the next query activity. I don't see any option to select records from temporary data source like we see in segmentation activity when connected to query. The use case is to read incremental data using a criteria from a Incremental query activity, then extract and compute some additional data to it in 'Additional data' tab. And then pass this result set to second 'query' activity and filter based on the additional data selected in incremental query. When I connect Incremental query to query activity I am not finding the additional data's selected in 'Incremental Query' activity to filter. Am I doing something wrong here? or it is not available? Is there any other way to achieve this ?