Recent content by mattrpa

  1. M

    How do I clear a range of cell values in Blue Prism?

    Hi, i have one issue using this code. the error is Internal : Could not execute code stage: Parameter count mismatch. any help? thanks a lot
  2. M

    Extract regex value - Lower and Upper Results

    Thanks Sivagelli. now it works!
  3. M

    Extract regex value - Lower and Upper Results

    Hi sivagelli, here attached the screenshot thank you
  4. M

    Extract regex value - Lower and Upper Results

    hi all, i should extract a product code from a string using extract regex value. regex pattern: (?<ProdCode>[A-Z0-9]{2}[\-A-Z0-9\-]{7}[0-9]{2}) Target String: Articolo: A5-EWMS4-02 QUANTITA' 10 Result expected and verified: A5-EWMS4-02 What i am missing is how write into output collection...
Top