Aggregating summaries over multiple runs

I’m using Adalo and Make.com. The flow is like this: (1) A user interacts with Adalo and clicks to generate an idea. (2) Adalo sends the request to Make.com. (3) Make.com sends it to Perplexity which generates one sentence summary (and a few other fields) describing an idea. (4) Make sends these back to Adalo. (4) The idea’s fields are stored in Adalo.

A user may repeat this multiple times to generate many ideas, and I do not want any similar ideas repeated on subsequent runs. Thus, on each run I want to send all the prior summary sentences generated (ie stored in Adalo) so that Make/Perplexity will not repeat any similar ideas.

As you can see below, however:

  • The Adalo module is retrieving the Idea records (including the summary sentences), but the URL field is retrieving the full idea record with all fields instead of just the idea summary.
  • The Aggregator module is sending the correct message showing it recognizes there’s more than zero records, but it isn’t combining or even outputting any of those summary sentences.

I’ve run this by Claude and also 2 consultants and I can’t figure out the issues - thanks in advance!

Hi @Carrie_Armel, What did you put in aggregated fields ?

This is Adalo’s API request answer format, probably can’t filter out only ‘summary’. Can’t seem to find the documentation on public domain, though. It seems it’s not available for public.