"SUB_STRING" Command

Description: This command extracts a portion of a given variable or text identified by "Message" into another variable identified by "Variable name" using starting and ending indices.

Usage Scenario: Suppose we want to use only the first 15 characters of the footer value.

Procedure: Define a step that navigates to our Reference app and a step that uses Get_Web_Value to retrieve the footer value. The final step will use Sub_String with character index from 1 to 15. Your steps will look like this: