Chapter 5: Powering Apps with Automations
In the previous chapters, we learned about building the data model and the presentation layer of our applications along with different customization controls available in Honeycode. This helped us to improve the presentability of our applications. Although the To-Do app that we created while learning these concepts may seem powerful and complete, it is not. It may surprise you to learn that it is still incomplete. Have you been receiving the reminders based on the selected preference?
Moreover, recall that in the exercises in Chapter 4, Advanced Builder Tools in Honeycode, we added the new Notes
and Assignee
fields only to the Edit Task screen, whereas they should also be present on the New Task screen. This was because, while we could have added those fields to the screen with what we have learned so far, saving the information added to those fields would require a change to automation to process it. Now, you may be thinking that we never...