Use case
When creating a document it will be registered in the system with the prefix, which we will not need on a later stage, when we need to reuse the document number.
Example of the output format: AA0123456
Required input format for the next process: 0123456
Procedure
Record the Store step
After the recording is saved, open the Store step
Go to the Step Configuration tab
Change the Action Type to “Custom” and the code field will be displayed;
Input the following code in the code field:
return obj.innerText.substring(Start, End);
Example: return obj.innerText.substring(2, 9);
The step should look like this:
Comments
0 comments
Please sign in to leave a comment.