create(type_="number", value=156.2) # + status pv = PropertyValue.create("status", value="Done") # update needed property values new_props = { "Tags": PropertyValue.create("multi_select", ["tag2"]), "done": PropertyValue.create("checkbox", False), "when": PropertyValue.create("...
You could also create a simple Checkbox property that can be checked once you complete the task.If viewed in a Board layout with status properties, your task list can look like a Kanban board where you move each task from left to right. Or, if viewed in a list view, you can see ...