I have a Screen, Loop Issue, on the Reports app that demonstrates my issue. I have one button that performs a grid loop(on a grid that has no views/filters), which worked just fine, returning six values. I have it set to show a message each time for easy counting. Right next to it I have a button that performs a loop through table (with no filter except Record ID is not empty). Unfortunately, this action does not return any values, but it does apprear to be going through each record as six sequential blank message dialogs pop up.
Setting the loop through table qaction to place the Record ID into an action result does not appear to work either.
However, there is a workaround, since it appears that Loop's Record ID (or Row.RecordID in message dialogs) populates with the correct value just fine, allowing me to assign it to an action result, use that action result in a Retreive Values From Table action and essentially acheive the same result, just with a few more steps.
I figured I would see someone else post about this so am I missing something here or am I the only one trying to use a table loop?