--- alias: user-guide-automation-converter-bufferslice description: "This documentation describes a buffer slice operation with start and count parameters" --- # Buffer Slice It is similar to the ArraySlice in which a start position input and a count is received and it returns a Buffer that contains the original object from the start position, until the start position plus the count input. ## Settings | Name | Data Type | Description | | ----- | --------- | ------------------------------------------------------------ | | start | `Integer` | First position to include (0 means the first element of the array) | | count | `Integer` | Number of positions to slice | ![image122][image122] [image122]: ./images/image122.png