New to Glide, trying to build a rather simple app for a friend who installs boilers.
What we want is to create an app that records the basic data about his customers and their boiler installations. By combining install date and maintenance interval (in months), the app should then build a list of the upcoming maintenance appointments for all his customers.
Creating the sheet and the app for the basic data is easy. Calculating things like the age of the installation and the next maintenance date turns out to be harder to do in the app. In the sheet it’s no problem, but the calculations involve the NOW() function and this doesn’t get updated automatically.
I’ve been searching though the forums… Is the only hope for me to go Pro? I’m not unwilling to do this eventually, but I’m still deciding whether Glide is for me. Having basic date/time calculations in the app would be a lot easier and faster.