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.
No problem. I’ll use a text parser to extract the three outputs ( using ||| as a delimiter)
However it outputs many more bundles than the 3 i need.
10 to be exact:
Makers, help!
Hey Ed,
add a filter to check if Value exists. This should be the easiest solution.
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?
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.
Let me give it a shot. Is this correct?
Thanks Its filtering but not sure how to get the right records to add to the sheet. See below
@Stoyan_Vatov thanks
You map the Value variable. Then only bundles where a Value variable exists will be added to the sheet.
That did it! Thanks @Stoyan_Vatov