Hello, in Make, instead of using the “Get a database” module, use the “Search Objects” module. This will output the values for each property of your Notion pages in picture 1
I see - that might be because Rollup values are often not output properly by the API, especially if they reference other Rollups/Formula values within the Notion database. Here is a good explanation of this limitation of the Notion API.
So, in this case, your best option may be to “recalculate” your Rollups/Formulas within Make. This would require you to query (“Search Objects” module) the original databases where your rolled-up values are stored, and perform any necessary calculations within the modules in Make
I believe so if you upload the PDF/CSV to a file storage service you can query via Make/API. CSV is probably best, since the file would be more structured and you may be able to retrieve the numbers more easily.
For example, you may experiment with uploading the CSV to a specific Google Drive folder, then using the dedicated module to retrieve the new file, then get the file content in a subsequent step through the dedicated GDrive module (e.g., “Search for files/folders”), and finally adding all the other steps needed.
This is only a first idea that came to mind but haven’t tested it myself - so if anyone else has other ideas or approaches, they are welcome
I would like make to make the query on my database so it can download it on a specific drive location and then I know how to handle the following steps,
From a notion Data base,
1/ get (on make) a CSV export of the notion data base (I do not know which module to use)
2 / put that in sheet file
3 / etc
Step 1 is giving trouble because I am not sure which module to use, when I use get data base, it returns the formula, relation, and roll up not the value
I see - and what is the difference between “get a CSV export of the notion data base” and just creating the Google Sheets directly in Make through the “Search objects” Notion module + “Add rows” GSheets module, where each page from Notion becomes a row in GSheets?
Ideally I would prefer using all notion modules in make like “Search Objects” and “Get DB” etc but when I do they return me wether the formula / relation (not the value) - or the value 0 in that case - but the real value is not 0 (see 2 pictures)
This may be happening because you are using multiple levels of relations/rollups for your formulas in Notion. The API outputs wrong values when you use several layers like it looks like is the case in your database. So, you can solve this issue by doing your calculations directly in Make, exactly like you have them in Notion
I do not know how to do the calculation directly on make
Since they come from a very high numbers of line
Client A - 6 hours - 560 euros - month July 23 - service A
Client A - 7 hours - 760 euros - month July 23 - service A
Client A - 8 hours - 870 euros - month august 23 - service B
Client B - etc
client B -etc
Client C
I need the total hours and euros / client
and euros and hours / month
euros and hours / service
I see, since this is a rather unique and advanced situation, it is difficult to solve it just in a community post because it requires a deeper understanding of your data structure, automation needs, and technical knowledge of the Notion API. At this point, I believe it may be best if you reach out to someone who is an expert directly or hire someone to help you
Okay - then, for the second/third module, use “Search Objects” and select the Invoices database. In this case, then, it sounds like you don’t need the trigger as “watch DB invoice”
My goal is to see in make where each relation of each line points to : for exemple, “Invoice 1” should let me see in the the property Value “Valentin” and it does not even with your proposition.