how to add more index to a Rule input created as array, It shows only 1 index not more?

Hi all, 

I want to save editable grid data in a array of CDT, first row data at 1 index and second row data at 2 index and so on.

But when I create Rule input of CDT type with array type it only shows 1 index and gives exception Array out of bound . 

How to fix this??

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer

    What code are you using to add additional rows to your editable grid?  If you could post your code snippet here that would be useful for us to help determine what the issue is.  In general, I usually recomment with editable grids, starting with something very simple yet working, then building up from there.

    When posting your code, please be sure to make use of the "code box" functionality available here on Community - "Insert --> Insert Code" will give you a code box which you can paste code into, and will retain formatting/indentation, and avoids the issue where comments containing code become unbearably long.