Also Mention the steps to config…
2 Likes
Hello @Gitika_Verma,
The DELELEMFRMARRBYINDEX function is used to delete a value at a specific index within an array. You can trigger this function by clicking an icon or button and mapping it to the Copy Data task.
DELELEMFRMARRBYINDEX(arr, index)
- arr: Provide the data path where the array is stored in the debugger. Ensure you enclose it in double quotes (" ").
- index: Specify the index of the element you want to delete, enclosed in single quotes (’ ').