Queue Error

VJR

Well-Known Member
Vinay it is getting confusing since each time there is a different screenshot for the same stage...Even their names are changing each time :)

i. How does your Item Ids collection look like just after the Add to Q is done
ii. Then the Data collection and the Item Id data item after the 1st Get Next item
iii. and the Data collection and the Item Id data item after the 2nd Get Next item
 

vinay

Member
1.How does your Item Ids collection look like just after the Add to Q is done
Filling up with 50 Unique Id's
ii. Then the Data collection and the Item Id data item after the 1st Get Next item
Data Collection is also filling up with my Data(50 Rows)
iii. and the Data collection and the Item Id data item after the 2nd Get Next item
Item Id's are changing but Data Collection is not changing
 

VJR

Well-Known Member
No 1 and 2 are fine.
In no 3. - Item Id's are going to change but Data collection is not going to change and it correctly shows as 50 rows as per screenshot.

As advised make sure you are passing the right input and accepting the right output parameters from the Main page to the Create Quote
 
Top