Quite simply, I’m trying to save data to the database and one of the fields on my form only allows numbers (the thing’s type is also set to an integer). The number represents the length of time of something in minutes.
I can’t seem to get the field to save anything beyond a single integer. Here is my workflow in the backend which I’ve tried to play with. With ‘text’ as a type, it’s simply a case of that that thing’s value but this doesn’t seem to work with integers so I don’t actually know the correct option to select to simply save what ever is in the field into the database
Why isn’t what’s current in red correct for integers as it is correct for text (which you can see on the above and bottom that doesn’t throw up any errors).