0

I have a workflow which has a pretty straightforward formula in the string builder.

It sets a variable to a specificed multiplied by 5 then the next step sets that variable to a column for the current item.

However it doesn't set the column to the answer of the formula, it just sets it to text I've typed out for the formula. So for example if I type the string

=5*5

instead of giving me 25 it just gives me =5*5. Obviously I'm not doing something right, what is it?

1 Answer 1

2

The string builder can build only strings. Use "Do calculation" workflow action to calculate, please see example below:

enter image description here

2
  • Thanks. Is there any means in which to do a formula for variable within a workflow? For example if I wanted to TRUNC or ROUNDDOWN? Commented Oct 24, 2014 at 8:38
  • Unfortunately out of box it is not possible. Commented Oct 24, 2014 at 8:40

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.