Hi community !
I’ve a problem with the last step of my Zap. The error message is “'NoneType' object has no attribute 'get'”.
The Zap does the following things :
- First, it checks when a new file is saved in a “bills” folder in my Google Drive
- It extracts the name of the company from the file name
- It creates an Evernote note with the company as a tag
- It extracts the date of the bill from the file name
- It searches for a sub-directory in Google Drive that matches the date of the file, with the YYYY-MM pattern. If the sub-directory doesn’t exists, it creates it.
- It moves the file to that sub-directory. This step doesn’t work.
The parameters under “customize file” section for that last step are :
FILE : 1.File : Exists but not shown
FOLDER : 5.Title : 2020-03
Any idea about what’s going wrong ?
Thanks !