Hello Community,
When i’m building some scenarios, i may have to call an iteration process that will do itself the following operations X times.
I struggle in how can i get back some of the “inside modules output” back ti airtable, so meaning while in the iteration process?
An example, for a blog post writing, i have an outline. I then make an iteratio process that will for each section write the corresponding paragraph. But i don"t know how within the iteration, grab each section paragraph bask to my Database or google sheet or whatever. I am only able after the iteration, with the agregator to grab the full blog generated text.
Any ideas . Thanks.
Maybe try attaching screenshots of your scneario/modules to help us understand better.
Hello,
In my Image 1.1, I show you how I call in an iteration way each section of my Subject Outline to write each section paragraph. Then I agregate and push the fully agregrated text into my airtable.
In my image 1.2, you will see that I have fields called P1, P2, P3 which are the above sections.
What I would like to be able to do, is to grab each P1, P2, P3 content separately from the iteration process, while i am only able to grab the full final text which is P1+P2+P3.
How can do that inside the iteration?
Or any other idea?
Thanks.