Hey Jason,
That's what I had assumed, but does not always seem to be the case. For example, I have an action set that loops through the invoice table. Pulls a few values by associating RecordID with the action result for the RecordID of the current row for table updates. Various character functions are in place to convert the unclean date to MySQL-compatible date, then a web service is called. After the web service is called it seems the action result is no longer available even though it's still within the loop. If I associate the table update by row value (RecordID) rather than the action result for RecordID, it seems to work (but not always!). Very frustrating... I'm also getting an error on action order 1 (begin table loop) after the loop completes... even though, after looking at the updated data in both Method, and on the other end of the web service having been called, all records seem to have been updated successfully. So, why the error?
If you need more data on this to investigate, please contact me via email.
Best,
Charles