How to get index of array type rule input

Hi Experts,

I am using a grid layout and I have rule input of array type, I want to select data present at specific index in rule input, Please help  me how can I get index of array type rule input?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • Thank you all for your responses, I will try to elaborate what I am trying to achieve.

    I have a local variable which stores multiple item(stored in record A) with its quantity selected by user, on the next page I want to show inventory(stored in record B) with required quantity to build item stored in local variable, in order to do so I need to compare item name with data stored in record B, I am trying to create rule input of Local variable in different page and then compare it with record type B(I am using grid Layout).

    Please help me weather my approach is correct? if correct how should I compare it?

Reply
  • Thank you all for your responses, I will try to elaborate what I am trying to achieve.

    I have a local variable which stores multiple item(stored in record A) with its quantity selected by user, on the next page I want to show inventory(stored in record B) with required quantity to build item stored in local variable, in order to do so I need to compare item name with data stored in record B, I am trying to create rule input of Local variable in different page and then compare it with record type B(I am using grid Layout).

    Please help me weather my approach is correct? if correct how should I compare it?

Children