Recent content by mondo

  1. M

    How to create random numbers in blue prism.

    Hi Cristine, a quick solution is to use the Credentials VBO - Generate Password action to generate a numeric only password and cast the value of that password formatted data item to a number formatted data item using a calculation stage.
  2. M

    Web service - validate my logic

    Hey guys, thanks for the responses, didn't see them over the holidays! @DaveTheRPAguy Yeah, this was my assumption, just was suddenly excited in case riderc1 knew something I didn't! I agree, there definitely comes a point that the value of the solution is worth its cost. Speaking for myself...
  3. M

    Web service - validate my logic

    Hi riderc1, interesting stuff! I'm actually working on something that's very similar by the sounds of it. So far, I'm using an exposed process to parse data from the incoming webhook to add it to a queue in Blueprism, but I think I'll be redesigning this to a background object, the same as you...
  4. M

    Solved Webhooks and Session Variables

    In case anyone sees this in the future, I resolved through configuration of the source webhook, editing the relevant values in the body and the BP process accepted them as inputs.
  5. M

    Solved Webhooks and Session Variables

    Hey all, I posted this over on the official forums but as always, value the knowledge base here! I'm currently attempting to develop a method with which to add cases to different queues through use of a webservice. My imagined workflow is as follows: What I am unclear on is how I can get...
Top