# Text Parser adding additional output

**URL:** https://community.make.com/t/text-parser-adding-additional-output/86708
**Category:** Questions
**Tags:** text-parser
**Created:** [July 8, 2025, 10:54pm UTC](https://community.make.com/t/text-parser-adding-additional-output/86708 "2025-07-08T22:54:57Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Ed\_Henderson](https://avatars.discourse-cdn.com/v4/letter/e/a88e57/32.png) [@Ed\_Henderson](https://community.make.com/u/Ed_Henderson)
#### Post date: [July 8, 2025, 10:54pm UTC](https://community.make.com/t/text-parser-adding-additional-output/86708/1 "2025-07-08T22:54:57Z")

</div>

I’m using a GPT to generate 3 prompts I can add to a google sheet. On start it creates the content but adds it in one long string.

 ![Screenshot 2025-07-08 at 6.46.53 PM](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/b/d/bdd7ee0efecc620f228cbd1e9c3e9de083e268e0.jpeg)

 ![Screenshot 2025-07-08 at 6.47.19 PM](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/3/c3dad3fe5cc5b6e652ec624c000183117875284b.jpeg)

No problem. I’ll use a text parser to extract the three outputs ( using ||| as a delimiter)

 ![Screenshot 2025-07-08 at 6.47.35 PM](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/2/02eb17a69c9d34b53da7d5cbc4c2a397848e897d.jpeg)

However it outputs many more bundles than the 3 i need.

 ![Screenshot 2025-07-08 at 6.49.44 PM](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/1/4/140c7323f001b1d2e8ceb7222a6e5fc122bf146c.png)

10 to be exact:

 ![Screenshot 2025-07-08 at 6.54.28 PM](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/a/da347c063d8285e369e565e4f475224d17bf76e8.png)

Makers, help!

---

<div class="post-metadata">

### Author: ![Stoyan\_Vatov](https://avatars.discourse-cdn.com/v4/letter/s/5daacb/32.png) [@Stoyan\_Vatov](https://community.make.com/u/Stoyan_Vatov)
#### Post date: [July 9, 2025, 9:25am UTC](https://community.make.com/t/text-parser-adding-additional-output/86708/2 "2025-07-09T09:25:50Z")

</div>

Hey Ed,

add a filter to check if Value exists. This should be the easiest solution.

---

<div class="post-metadata">

### Author: ![Ed\_Henderson](https://avatars.discourse-cdn.com/v4/letter/e/a88e57/32.png) [@Ed\_Henderson](https://community.make.com/u/Ed_Henderson)
#### Post date: [July 9, 2025, 1:25pm UTC](https://community.make.com/t/text-parser-adding-additional-output/86708/3 "2025-07-09T13:25:48Z")

</div>

> [@Stoyan\_Vatov](#):
>
> add a filter to check if Value exists.

Thanks for responding. The value exists. It’s just more values than requested. Is there a way I can share this scenario to take a look?

---

<div class="post-metadata">

### Author: ![Stoyan\_Vatov](https://avatars.discourse-cdn.com/v4/letter/s/5daacb/32.png) [@Stoyan\_Vatov](https://community.make.com/u/Stoyan_Vatov)
#### Post date: [July 9, 2025, 1:52pm UTC](https://community.make.com/t/text-parser-adding-additional-output/86708/4 "2025-07-09T13:52:48Z")

</div>

After the text parser module → click on the dotted line to add a filter and in there specify if the value exists. This way only the 3 bundles where the value exists will pass forward and the 7 where it doesn’t will be ignored.

---

<div class="post-metadata">

### Author: ![Ed\_Henderson](https://avatars.discourse-cdn.com/v4/letter/e/a88e57/32.png) [@Ed\_Henderson](https://community.make.com/u/Ed_Henderson)
#### Post date: [July 9, 2025, 2:19pm UTC](https://community.make.com/t/text-parser-adding-additional-output/86708/5 "2025-07-09T14:19:15Z")

</div>

Let me give it a shot. Is this correct?

 ![Screenshot 2025-07-09 at 10.16.43 AM](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/8/1/815380cbdea32884a875ee9bc6531dc8943b2a72.jpeg)  
 ![Screenshot 2025-07-09 at 10.16.25 AM](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/5/c5c6e270d1102449b2371bddda8b18cc64ed49ad.jpeg)

---

<div class="post-metadata">

### Author: ![Ed\_Henderson](https://avatars.discourse-cdn.com/v4/letter/e/a88e57/32.png) [@Ed\_Henderson](https://community.make.com/u/Ed_Henderson)
#### Post date: [July 9, 2025, 2:22pm UTC](https://community.make.com/t/text-parser-adding-additional-output/86708/6 "2025-07-09T14:22:05Z")

</div>

Thanks Its filtering but not sure how to get the right records to add to the sheet. See below

 ![Screenshot 2025-07-09 at 10.20.48 AM](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/e/a/ea35d09ded8fe3232c4b7946afc0bf089b468808.jpeg)  
 ![Screenshot 2025-07-09 at 10.21.06 AM](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/3/5/35f48b2fe418bdc76faedd614121aac29eeda73d.jpeg)

@Stoyan_Vatov thanks

---

<div class="post-metadata">

### Author: ![Stoyan\_Vatov](https://avatars.discourse-cdn.com/v4/letter/s/5daacb/32.png) [@Stoyan\_Vatov](https://community.make.com/u/Stoyan_Vatov)
#### Post date: [July 9, 2025, 2:44pm UTC](https://community.make.com/t/text-parser-adding-additional-output/86708/7 "2025-07-09T14:44:36Z")

</div>

You map the Value variable. Then only bundles where a Value variable exists will be added to the sheet.

---

<div class="post-metadata">

### Author: ![Ed\_Henderson](https://avatars.discourse-cdn.com/v4/letter/e/a88e57/32.png) [@Ed\_Henderson](https://community.make.com/u/Ed_Henderson)
#### Post date: [July 9, 2025, 7:44pm UTC](https://community.make.com/t/text-parser-adding-additional-output/86708/8 "2025-07-09T19:44:49Z")

</div>

That did it! Thanks @Stoyan_Vatov

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [July 23, 2025, 7:57pm UTC](https://community.make.com/t/text-parser-adding-additional-output/86708/9 "2025-07-23T19:57:30Z")

</div>


