for each <myvariable> in
for each <myvariable> in
I am trying to sort records in a for each loop and it appears that it is not sorting. The records always appear to sort in the order of the record ID rather than the field name 'Priority'.
Here is my actual code.
for each bldCycle in Build_Cycle_Form[Status == "Pending" || Status == "In Process"] sort by Priority
I am pretty sure this was working last week.
I am still working in my sandbox. I have not published this application yet.