Paloalto Networks XSIAM-Engineer Question Answer
A sub-playbook is configured to loop with a For Each Input. The following inputs are given to the sub-playbook:
Input x: W,X,Y,Z
Input y: a,b,c,d
Input z: 9
Which inputs will be used for the second iteration of the loop?

x = X (second value of W,X,Y,Z)
y = b (second value of a,b,c,d)
z = 9 (constant for all iterations).