Taking a look at our new field.
In this section, we are going to see the changes that we did to our app in the previous section.
First, we need to open the runtime. Open the developer portal and click on the runtime button (The one with the square) to open the runtime in a new tab.
Great! Go to All events and click on an event. It should open a read-only view. Let’s click on Edit
and change the status of the event to Cancel
.
Great right? With a small step, we have added a new field to our events. In the next section, we are going to create some actions to change the status of an event without having to enter the edit view. Next section: Creating actions.