Use of validators

Marco Savarese May 23, 2023

Hello,

I've set up some validators so that for some schemas between one state and another some fields are obligatorily filled in.

I set that "the value of the field must be changed during the transition" (I can't find another expression that allows me to force the fields to be filled).

I have a problem:

when you go back to that state and the validators have to be entered again, it doesn't allow me to enter the same value.

Do you have any ideas?

1 answer

1 accepted

0 votes
Answer accepted
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 23, 2023

Hi Marco,

You should use the Field Required Validator. 

Marco Savarese May 23, 2023

Hello @John Funk ,

problem solved with "Field Required Validator".

 

on my instance the translation of this condition is wrong and got me confused:

Immagine 2023-05-23 153702.jpg

 

then searching on the internet the description of this condition is "The field must not be empty during the transition".

 

Thank u!

Like John Funk likes this
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 24, 2023

Great! Glad it is solved for you. 

Suggest an answer

Log in or Sign up to answer