James, The contents of a field, even a Display-Only field, remain static until one of two things happen:
1) Other workflow changes it. 2) The current transaction is complete. So if your Filter is firing on Modify, all Modify Filters will fire against that record, and the data will remain under the control of the Filters until they are done. At that point, the DO field is cleared by AR System. Since I haven't seen anything indicating your Filters are firing on different actions, and both actions are in the same Filter, I suspect that other workflow is changing (or nulling) the value of the field. Remember that the Phase 3 action (Notify) will be deferred until all of the other Phase 2 actions have completed. Look at your Filter logs to find what might be setting that field. Rick On Wed, Aug 19, 2009 at 10:52 AM, jham36 <[email protected]> wrote: > I have tried what Frank suggested yesterday while working on a similar > issue that Sean has. My problem is that I need the data in that > "cleared" field to be included in the email. Even though my notify > action fired before phase 3, it seems that there are a number of > system workflow objects that fire at phase 3 to generate the email. > At that point, the field is empty and that data would not be included > in the email. > > James > > On Aug 19, 11:58 am, Frank Caruso <[email protected]> wrote: > > If you put a "`!" at the end of the filter it will process the filter > > immediately. > > > > > > > > On Wed, Aug 19, 2009 at 6:55 PM, Sean Harrodine<[email protected]> > wrote: > > > ** > > > Hi everyone, > > > > > I have an action in a filter that sends out a notification if a certain > > > field is populated, but because its a notification, it gets delayed to > > > "phase 3". > > > > > The 2nd action in the filter is to empty the field, so by the time the > phase > > > 3 occurs, the field is empty. > > > > > So.... > > > Q : Are you able to force a filter action to not wait for phase 3 and > to run > > > immediately (namely, before i empty the field)? > > > > > I know i could create a duplicate field and then use that in the email > but > > > it seems unnecessary, and i could also push it out to another form and > email > > > from there but again, it seems overkill. > > > > > Any ideas ? > > > > > TIA > > > > > Sean > > > > > _Platinum Sponsor: [email protected] ARSlist: "Where the > Answers > > > Are"_ > > > > > _______________________________________________________________________________ > > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > > Platinum > > Sponsor:[email protected]<sponsor%[email protected]>ARSlist: > > "Where the Answers Are" > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum > Sponsor:[email protected]<sponsor%[email protected]>ARSlist: > "Where the Answers Are" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

