ChatGPT Multiple Prompts

Here is my scenario screenshot:

The top part after the router:
(Module 7) is sending a GPT chat completion asking GPT to rewrite my text
(Module 10) sends another GPT chat completion asking GPT to rewrite the results of Module 7 to provided 3 shortened text of 180 characters for social media post options.

The above all works good but I want to save on tokens and get my 3 shortened text into 3 separate responses.

Here is what I put together in the bottom part after the router:
(Module 12) is sending Item 1 to GPT chat completion asking GPT to rewrite my text and then item 2 asks for GPT to shorten that text to 180 characters for a social media post

Screenshot of Module 12

My result is shows the 4 items being sent to GPT but the output only show item 1 with a response.

Please help me make this second part work, thanks in advance.