Skip to main content
Nintex Community Menu Bar
Answer

Responsive Forms ,Else If question

  • September 2, 2020
  • 2 replies
  • 106 views

Hi Guys

 

Using the new responsive forms designer and cant figure out how to do a simple else if function?

 

I have a label where the text changes depending on a value in a field

Field Value = 1, Label text = 90 Deg

Field Value = 2, Label text = 180 Deg

Field Value = 3, Label text = 270 Deg

Else Label text = Standard

I can do the Field Value = 1, Label text = 90 Deg, Else Label text = Standard (See attached) but cant figure out how to add the other variables?

 

Thx

 

Geoff

Best answer by SimonMuntz

Hi,

I think you would need 3 separate rules.
First would be if orientation equals 1 then 90
Second would be if orientation equals 2 then 180
Third if orientation equals 3 then 270 else standard

2 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • Answer
  • September 3, 2020
Hi,

I think you would need 3 separate rules.
First would be if orientation equals 1 then 90
Second would be if orientation equals 2 then 180
Third if orientation equals 3 then 270 else standard

  • Author
  • September 3, 2020

Thanks I got it to work but not having any else statements at all

Cheers