Creating a String of text from HTTP Response

I need to string together several text strings in a HTTP response that will reconstruct a conversation with speaker labels. I have been trying to use an Array Aggregator and Iterator, but cannot get it to work. Can anyone guide me through this?

When you see ARRAY, think ITERATOR.

Iterate the utterances array using an Iterator module.

Every result (item/record) from an Iterator module will output a bundle. To “combine” them into a single structure, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module. The next popular aggregator is the Text Aggregator which is very flexible and has applies to many use-cases.

Hope this helps! Let me know if there are any further issues!

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!