Instructions
1. Drag and drop the "Text Splitter" element onto your page.
2. In your workflow, select the "Split A Text" element action.
3. Customize the properties based on your requirements:
"Text": Provide the text you want to split into chunks.
"Chunk Size": Set the desired size for each chunk.
"Overlap Size": Define the amount of overlap between consecutive chunks.
4.After the text is split into chunks, a list of text chunks will be exposed in the plugin's state. You can trigger a workflow by selecting the "Text is splitted to chunks" event. Use the exposed state, which provides a list of the splitted text chunks, for further actions in your workflow.