I need to inout the hours in that format, so text doesn’t work, number entry wouldn’t work the closest thing to what I need is the duration column with a text entry where i have to manually write 00:15 if I want to input something similar but that takes the information in days not hours and I can’t convert it in the backend.
How do you intend to use the time if you could enter it? Nothing in Glide can store a time on it’s own, so that’s why I ask. Depending on your use case, you would maybe need to use a text entry and then use a javascript column to turn it into a meaningful number.