with a transaction saved search i want to return r...
# general
m
with a transaction saved search i want to return results only if a specific workflow has not run. i seem to be struggling to get my head around how that is suppose to work with workflow history criteria. has anyone does this before?
👍 1
l
Workflow fields are a related table. Can you add criteria where the date it entered the workflow is blank? I have not tried this but might work
a
if history for that WF is turned off then you might be out of luck.. Otherwise you can access these fields via Workflow history table as Linda wrote.
m
yep got history enabled and i have tried using date entered as criteria but doesn’t quite work out for me