TomFrankly/pipedream-notion-recurring-tasks

Pipedream "Task Status Property" only include checkbox itms,

Opened this issue · 1 comments

I'm trying to follow the automated task video, but in Pipedream I can only automate checkbox items, not the Kanban stages like is shown in the video. How do I fix this?

image image

If your Kanban Stage property is currently a Select property, you'll need to change it to Status-type property. This automation currently only supports Status and Checkbox properties.

You can change the property type by following these steps:

  1. Unlock your database if it's locked: https://community.thomasjfrank.com/c/help-customizing-templates/unlocking-databases
  2. Right-click your Kanban Stage property and hit Edit Property.
  3. Change the property type from Select to Status

Making this change won't adversely affect anything in Notion – any filters you had set up will keep working. However, note that making this change may add new options to your property. Status-type properties have the options "To do, In progress, Done" by default – so any of these that weren't already present will be created.

You can delete them if you want – just take care not to delete any that already existed before you made this change, as deleting options will also remove any filters that were targeting them.

Once you've converted your property to a Status property, you can refresh the Pipedream builder page. Then you should see the property show up in that dropdown list.

Hope that helps!