calculate stage

  1. B

    Collection items into Data Item

    Hi, Is it possible to take the rows of data from a collection and concatenate them all into individual rows in a data item? I've tried looping over the collection in a calculation stage but this simply overwrites the value in the data item each time rather than creating a new line and...
  2. R

    How do you calculate timespans

    Hi, I have a data item with the data type TimeSpan. The value is brought from the work queue. However, I'd like to manipulate the time by adding hours to it. E.g. the timespan is: 12:00:00 and I like to add 2 hours to it where the result will be 14:00:00. I tried to add time/hours to my data...
  3. A

    Solved String to get text between two words

    Can we create a string in the calculate stage that can get the text between two words? For example: "Hi its me" So the output should be "its".
Top