I want to set a default status (a Choice field) for events that users add to my calendar. I’ve read the documentation and it says that:
If you want your list items to have default values, rather than being blank - pre-populate the cells with whichever choice you want to appear as default.
I’ve tried pre-populating a few rows of the Data column in my sheet with the value that I want to pre-populate. But the choice isn’t being automatically selected when I go to create a new event.
Is it not possible to do this for calendar events?
The end result that I’m trying to get to is I want a default status to be set for events that users add to the calendar. Then the admin will update that status once their booking has been confirmed. If there’s a better way to do this then please do let me know!
Ok, don’t paste values because when glide makes a new entry, it looks for a row that is blank. If you are pasting values it’s going to skip over all of your rows with information in them.
In that thread the guy makes a new column in the data view that is an IF/Then/else column and looks in the status section, if the status section is blank, he defaults to under review. Hopefully that is clear.
The column from the data view will display if the Status is blank. Then it’ll disappear once Status has a value and the Status will be displayed instead.
I think I was able to use a simpler solution than the one in the other thread because I don’t need to give the user a choice to pick from.