Hi
Use E-signature can verified the parameter which was inputted,and the question is that we would like to complete the E-signatur inoder to verified the value then operator can go to perform subsequent actions or go to next step , but the logic seem can not meet this case, how can we solve this problem?
Please let me know if this isn’t clear or if I’m missing anything here, thanks.
You can actually set up the signature so that operator #2 cannot sign until both check boxes are checked. You can do this by making something like the “validate” button I have here, where there is trigger logic checking these vars are checked, and then storing the result into the “CheckPassed” variable. This “CheckPassed” variable can then be used to enable to eSignature widget so that it can only be clicked once the criteria is met.
You can then put the next action (here ‘input a number >5 and <10’) on a next step so that way it cannot be complete until these first actions are done (you can do this by adding a trigger to the signature widget directly to transition to next step or have operator click “Next” after they sign)