How do I loop through the clipboard to find a specific text value using an activity?
I am trying to configure an activity that will loop through the clipboard to find a specific text which will then add 1 to a counter that I will also configure. Example: The activity find the text value "Level A" on a clipboard page in pyValue. If the activity find "Level A" in the string for pyValue the counter will add 1. The activity finds another text value "Level A" on another 'standards' clipboard page in another resultSet and adds one more so now the value is 2. etc. Please provide insight on how to accomplish this.
***Edited by Moderator Marissa to update Platform Capability tags****