Light scenarios with float variables in workflow

Hello,

I have to start with informing that i am a newbie concidering IPS.
I am trying to setup lightscenarios with float variables.

When i use a constant variable with datatype float it works.

But when i use the float variable it don’t work

Any hints? :slight_smile:

//Lundig

Hi,

that seems to be a limitation in the current workflows.

You can solve it by adding a „Formula“ Module to your Workflow with the following Code:


$result = (int)$value1

I will check for a solution in one of the next Studio Versions

Thanks for the tip!
It worked :slight_smile:

Lundig