After logging into the Kuika platform, open the project you will work on from the “Apps” screen.
While in the “UI Design” module, open the “Properties” panel on the right side.
Select “Initial Actions → String Operations → Sub Array” from the “+ADD ACTION” drop-down menu.
Then configure the following fields:
Value: Specifies the main array to operate on. That is, it defines the array from which the subarray will be created. It allows you to select a specific subset from this array.
Starting Index: This parameter specifies the position where the sub-array will start. The value entered in the parameter indicates from which element the sub-array will start. Note that the elements in the array are numbered starting from zero.
Count: This parameter specifies the number of elements to include in the subarray. It allows you to specify the length of the subarray.