This can also be cause by filter phasing. Add `! to the end of the name of the filter that is firing inside the loop to override filter phasing.
Workflow-Objects-700.pdf Pg. 167 Server-side table field implementation issues Keep these server-side table field limitations in mind: _ When creating workflow for server-side tables, filters with the Call Guide action can be defined to loop over table columns. The values retrieved during the looping will always come from the last row of the table. To retrieve different values, postfix two special characters ( `! ) on the filters within the filter guide. Adding these special characters causes your filter to execute synchronously, instead of deferring into a later filter processing pass. For example, if your filter within the Filter guide is named FormA: Push New Entry to Form B, you need to postfix those special characters to look like this: FormA: Push New Entry to Form B`! From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Marco Rasile Sent: Tuesday, May 01, 2007 3:11 PM To: [email protected] Subject: Problem with Filter Loop Guide ** Hi Everyone, I'm having an issue getting a Filter table loop to work. It was intermittent at best as an Active Link Loop Guide, so I switched it to a Filter Loop Guide, and had better results (got it to work perfectly on our DEV box). Then I migrated it to our Test box; the objects are all the same but the darn thing gets stuck on the first record. There are 6 records in my table and it only reads the column data from the first one (6 times) instead of looping through the 6 records in the table. Has anyone seen this functionality only read the first record, but read it the same number of times that there are records in the table? Any help would be greatly appreciated. Regards, Marco Rasile Manager - Applications Development Bell Canada 220 Simcoe Street Toronto, ON, M5T 1T4 Home Office: 905-826-5082 Office: 416-353-1902 Fax: 416-260-9839 [EMAIL PROTECTED] __20060125_______________________This posting was submitted with HTML in it___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

