Hi all,
i think i saw the page with information about the syntax for input validation of a text field with a RegEx long time ago, but now i can’t.
So i’m sorry to ask again:
what is the correct syntax to check the input format of a text field (f.e. for a serial number with [0-9],[a-z],[A-Z] and special characters [-_]. No blank or others
one of the ways to verify for the data that’s been entered is by checking for the data input on a trigger. for example, the following Trigger will check that the data has been entered to start with 5 numbers, using the following RegEx ^[0-9]{5}:
The variable c_SNrGetriebe is from the type “color” and should switch to red or green. I copied the code from an other app where it works, but in this app i get always the error "error processing trigger “next” in the line with the data manipulation/store/
Do you have any idea why i get this error?
Regards
Chris
that’s interesting @ChrisF, thanks for sharing. I am not 100% certain as to why you are getting that error message but may have to do with the fact that the Trigger was copied from another app, I have asked the engineering team to look into this.
in the meantime, could you re-create the Button and associated triggers and let us know if that works??
hello @ChrisF, thanks for helping us get to the root cause of what is happening here. the engineering team has not been able to reproduce the issue with the use of Developer Mode . could you confirm you have the latest version of the Player installed??
if that is the case, and the issue persists, can you send an email to support@tulip.co with the logs from the Player?? you can get them by navigating to Developer > Toggle Developer Tools.
Hi Gio,
the player was not actual, but after updating the first few time the error occur again, but then vanished.
I see that i have new test modus “test”? Great for debugging.
I will take care about the error but hope this error is gone
Thanks for the support
Chris