Can't upload file from notion's table to make

Hello guys !

I am really newbie on Make but I think i am stuck on something I can’t find alone and i didn’t find my answer on the community guide…

I’m stuck at the very beginning of my process :

I put 3 differents files (CSV around 12Ko) but when I run alone the module, all the field are empty…
I tried different files, different tables, different scenario, also different browser…

would you have a lead? Any particular help?

Thanks !

Hi @G7, Welcome to the Make community :wave:
Normally this should work.
Few things you can check:

  • the output bundle you show in the log: is this the database item where you have added the attachments?
  • your output shows 2 bundles, your database shows 1 record. So you probably have a filter in the database view, and maybe the limit is set to 2 (see print screen), and therefore the record you are testing is not showing in the output bundles. You can set the limit to a higher amount (for testing!) to make sure you get to see all the records
2 Likes

Hello !
thank you for your answer ! Yes it is

I have a solution but not sure thats normal…
When I try normaly to start the run the resultat is fail but when I choose this option it works… :

@G7
Yes it is normal behaviour.
Depending on your setup the “Watch” module triggers when a database item is created OR modified.
When you’ve run the module once, all the items that were found in that run are marked ‘processed’. So when you run the module again, they will not show up anymore.
With the “choose where to start” you can “reprocess” existing items.

3 Likes