Search results

  1. S

    How to Extract particular string from a Email body?

    we can use this - Mid([Email body],InStr([Email body],"Primary Number:")+16 ,7) more precise :)
  2. S

    Recover and Resume stage used at object level should be at the process level.

    you can use recover and throw the exception in the block.
  3. S

    Need to get value from input String(by regex) ?

    Hello Team, I am having a requirement to split string of (Key, Value) format. First value will be field name and second value will be its value. Input string may vary with different length. Example : Input String : "login":"shiv1"...
Top