Hello there Make community!
So, to give you a clear idea of what I’m trying to achieve:
-I have a databse in notion I’ve succesfuly linked up to Make under the “watch database” module.
-Using the retrieved data, I want to extract the text contained in specified cells, and feed it to an OpenAI assistant.
Now, the issue is the following : the modules appear to consider different portions of text as individual items (as displayed in the attached screenshot)
My question is therefore : how do I make it so that the OpenAI module manages to grab the whole text, rather than only the first line?
I have tried using a {{join}} function under this format : {{join(1.Properties Value: Texte original, “\n”)}} where “Texte original” is the column of the cell which content I’m attempting to retrive.
I have also, unsuccesfuly, attempted to make use of a text aggregator module.
Any and all tips on how to manage what I’m trying to accomplish will be greatly appreciated, thank you in advance!