Input Boxes

As you add new stages to your flows you will need to configure them through their property panel.

Whenever you come across an input box, you can also open content assistant windows that make it easier for you to find & enter content.

 

Supported Formula Functions

When using the = sign in any input box you can enter mathematical formula for calculating simple or more complex equations. The following functions can all be used:

FunctionDescription
CEIL(x)Calculate the next highest integer by rounding a number up
COS(x)Calculate the cosine of a number
FLOOR(x)Calculate the next lowest integer by rounding a number down
RANDOM(x)Returns a random number between 0 and x
ROUND(x)Returns to rounded number based on first decimal number
SIN(x)Calculate the SIN of a number
SQRT(x)Calculate the square root of a number
TAN(x)Calculate the Tangent of a number
x%yReturns the remainder of X divided by Y
x^yReturns X to the power of Y

Adding multiple values

In some properties panels you have the option to enter multiple values and can add new values by clicking on the + button.

 

If you have a large set of values to add, you can also copy your set of key/value pairs (separated by a tab) to the clipboard and just paste (ctrl/cmd +v) into the property panel. Flows will automatically add each key/value pair as a new record