What is the purpose of the Splice function in Designer 2, and how does it consume?
Hi @Ritik_Dixit, The purpose of the SPLICE( ) function is to add or delete entries in a list in the form of a dropdown, Checkbox in the runtime duration.
You can configure this function utilizing the Copy Data task and when you start configuring the function, you can find three parameters:
- ListName: Here we will provide the Entity’s attribute which stores the list’s code value or Enumeration bound to the respective element.
- StartIndex: Here we will provide the index of the list where we want to append or delete the values.
- Delete Count: If you are willing to use this function for deletion, we will provide the number of entries utilizing the STATIC( ) function we want to delete in this parameter. And, if the requirement is to only append then we will provide 0 utilizing the STATIC( ) function.