I am reading some row lines using ForEach activity like below
AAA BBB 22-3050 Introducing UiPath Studio
111 222 55-1004 Studio
Sam Star 12-5006 Cloud Orchestrator
I wanted to extract all words after 22-3050, that is the output should be Introducing UiPath Studio
If i give the input as 55-1004 output should be Studio
If i give the input as 12-5006 output should be Cloud Orchestrator
If I store the value in a variable how do I change my code?
Say in my question for input no 1.
I am storing the value 22-350 in a variable called test. How this test will be passed in your code?