Strings
Take Form Left/Mid/Right
6min
overview https //docs procesio com/write to file#yja0t use these actions to extract a substring from the beginning/middle/end of a specified string take from left/mid/right actions were previously called string left/mid/right how to configure the take from left/mid/right actions? https //kb procesio com/regex replace#qd how to https //docs procesio com/merge lists#q how to https //docs procesio com/write to file# s0vi step 1 create a process and give it a name step 2 drag the take from left/mid/right action to the canvas and link it to the other actions step 3 create the variables needed for the configuration of the action, and then add them to the configuration panel string left input string you need to input the string variable number of characters you need to input an integer variable, containing the number of the characters to return from the left side of the string result the output contains the returned substring from the beginning of the specified string string mid input string you need to input a string variable that contains the value from where the extraction will be performed index starting at you need to input an integer (index number) where the replacement will start from the first character in a string has the index 0 and starts from the left extract length input an integer of the length of the segment to extract (ex if you have a text with 10 characters and you input a length of 11 or more, it will return all the text from the starting index) result the extracted string output string right input string you need to input a string variable that contains the value from which the right portion will be returned number of characters you need to input a integer variable that contains the number of the characters to return from the right side of the string result the output contains the returned substring from the end of the specified string step 4 save , validate and run the process step 5 you will be prompted to add the string for the input variable click run step 6 to verify the process click check instance step 7 in the output section, you can see the results