Why does the allExtensions RPE query only run once per work item?
![]() When I run my RPE template with workitem/workitem followed by a do while loop with the workitem/workitem/allExtensions query inside the loop, I get results for the first iteration of the loop, but not subsequent iterations (within the context of the same workitem/workitem entry) seems to not even execute the query to go to the elements inside the query's container.
I will attempt to get my coworker with more reputation points than I to add the image from RPE.
To elaborate, the allExtensions query is supposed to execute once for each cell I add, and I'm using a Do While loop to add one cell for each Extension found in the project area. What is actually happening is the allExtensions query is executing perfectly for the first cell per work item, then not executing at all for each subsequent cell for that same work item.
|
Comments