While building a Sitecore Connect recipe that loops over a set of records returned by a Search/Retrieve step, I ran into an issue that stopped me cold in the middle of an otherwise simple loop. The Search/Retrieve step returned a list of records, the built-in Foreach happily iterated over them, but when I got to the next step inside the loop, I couldn’t select the current item or any of its fields. None of the record’s properties showed up. The datapill picker only offered the loop’s housekeeping pills, and there was no obvious way to reach the actual data I was looping over.




