What is it that the AI is suggesting here? (No. 5) I don´t get it - there is no such thing as "run formula" is there? I only know custom actions but when I asked the AI if it meant custom actions it said no. Thanks in advance
Andreas Møller
3 months ago
Crazy robot
😂1
Max
3 months ago
There is no such thing. It's the robot going crazy 😁
So on the indoor field, you wanna find the value attribute and that’s where you wanna apply this format date function right? So that the date is formatted as a string for the input value.
Thought as much because I never heard of it and I couldn´t find it in the documentation as well
Andreas Møller
3 months ago
If yours are wanna store this date as an actual date and not as a string, then you’ll need to parse that date on the input event on that same input element
It’s gotta throw a curveball every know and the to make sure you are awake
My plan was to format the date on input like user types 01 --> it adds a dot --> (current value: 01. )user now types 12 --> it adds another dot (current value: 01.12.) --> user enters 2000 --> field gets disabled (current value: 01.12.2000). Storing it didn´t seem like a big issue to me