7.8 Beta 2: Calculated Fields

Hi, I’m back here to dig up some solutions :slight_smile:

I ve used calculated fields in workflow for calculate number like field1+field2=n

But right now I have a new needs with calculated field syntaxe :

I want this kind of thing :

calculated field (account in order) = account in quotes I use that :

{equal({{R0})}

{R0} is my quotes account field but I have no result (field stay empty without error in workflow)

I hope I’m clear (always my bad english sorry).

If some can help me you’re welcome :slight_smile:

I try

{substring({{R0})}

too because after little search equal is only for number…