In a 'Push Field if' qualification a field in $'s is the local form an field in single quotes are remote fields.
So... What is likely happening is the local field does not start with the string "CRT" (the first time through the loop). So a new record is created on the "Push Value To:" form due to the 'If No Requests Match' condition. Then the next time around the loop then the 'Push Field if' matches so then you get Modify first or Modify all conditions from the 'If Any Requests Match:' condition. What you likely need to do is either not have a 'Push Field If' qualification, with 'If No requests match = "Create a New Request" AND 'If Any Requests Match' = "Take no action" ( thus saying always create a new record), or find a way to actaully search the target form to decide if you need to create a new record or not. If for example your vector might have duplicate components that you only want to produce one "child" per unique value and not one child per element then you need to include the value's value in the 'Push Field if' qualification so that the Search is done, it finds a row and then the 'If Any Requests Match' = "Take no action" option is used. HTH -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then teach Solution = People + Process + Tools Fast, Accurate, Cheap.... Pick two. On Thu, Feb 28, 2008 at 8:48 AM, Tadeu Augusto Dutra Pinto <[EMAIL PROTECTED]> wrote: > Run If: ( 'GRUPO_AUX1_CHAR' != $NULL$ ) AND ( 'GRUPO_AUX1_CHAR' != " " ) > (Note: This is my vector of id's separated by ";" that is incrementing by > workflow according with loop) > > P.S.:In my workflow, Loop/Workflow finishes when this variable is equal NULL > or " ". > > Push Fields If: $GRUPO_AUX3$ LIKE ( "CRT" + "%" ) > (Note: This is my qualification for "Push Fields" Action, where, everytime > that one determined field - $GRUPO_AUX3$ is started with "CRT" the record is > created on another form) <snip> > > Tadeu Augusto Dutra Pinto > ----------------------------------------------------------------- _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

