Extract Substring
Usage
The Substring action allows you to extract a portion of a string (text) based on specified starting and ending positions or a specific number of characters. This action is particularly useful for manipulating and extracting relevant information from strings within your automated workflows.
Fields
-
Text - The text that need to be cut a part from it.
-
Type - Can choose whether to extract a substring from the beginning or the end of the string(text).
-
Index - The string index. Index starts from 0.
-
Specify Length - Trigger to Specify the length of the substring output.
-
Length - The length that you want to include after the selected index.
Demonstration on how to use it in a flow
-
Drag and drop the Substring action into the flow.
-
Set the name of your choice or let it be as default.
-
Click the gear icon to open its settings.
-
Enter the text you want to cut a part of or use token picker to select from other actions string output or string variables.
-
Select the desired point from which you wish to commence the string cutting process, either from start or end.
-
Set the index number.
-
Specify the length you want to include after the selected index number.