Hello,
I need to incrementally refresh data for an extremely large dataset based of the last time a workflow was kicked off. I am not allowed to store the kickoff time in the same database as the source data, nor alter that data. Is there a way where I can filter my input to only take the newest data from when the last time a workflow was ran?
I have tried using the action tool to no effect, and can't use a where clause for an in-db input