I have a concatenated list P5_L5 that is rolling up to P4 list.
Now I have created a system module with P5_L5 list and defined P5_L5 name, code, P4, P3,P2,P1 as parent. Then defined L5 using Finditem and then added L4,L3,L2,L1 as parent of L5.
Now I want to create a list where P5_L5 can be assigned under L5 (L5 as a parent of P5_L5) for a selector module. I am doing the mapping for the list as below
P5_L5 > System Module Item
P5_L5 code> System module Code
Parent> System module L5 country
However after this this the P5_L5s are not getting assigned to any parent (L5).
Please suggest how to do this.