Hello Community,
When I'm building some scenarios, I sometimes need to call an iterative process that repeats a set of operations a specific number of times.
I'm having trouble figuring out how to retrieve specific "inside module outputs" back to Airtable, meaning during the iteration process itself.
For example, when writing a blog post, I have an outline. I then initiate an iteration process where each section's paragraph is written. However, I'm unsure how to capture each section's paragraph back to my database or Google Sheet, or any other destination, while still within the iteration. I can only retrieve the complete generated blog text after the iteration is finished, using the aggregator.
Any ideas? Thanks.
Perhaps consider attaching screenshots of your scenario/modules to assist us in understanding the situation more clearly.
Hello,
In Image 1.1, I'm demonstrating how I call each section of my Subject Outline iteratively to write its corresponding paragraph. Afterward, I aggregate and push the complete text into my Airtable.
In Image 1.2, you'll notice fields labeled P1, P2, and P3, which correspond to the aforementioned sections.
My goal is to extract the content of each section (P1, P2, P3) separately during the iteration process. Currently, I can only retrieve the final combined text (P1+P2+P3).
How can I achieve this within the iteration?
Alternatively, do you have any other suggestions?
Thanks.