I want to enter hours in an input field in my PowerApp. The hours are recorded in a dataverse table with the name activity recording. The data type is duration and stores whole numbers. Now I want to be able to enter, for example, 2:15 in the input. I do not want to change the data type.
How can I enter the format hh:mm, e.g. 2:15, in an input field, save this somehow in the dataverse table and have it output again in the format hh:mm?