Formatting Text Aggregator Output to add - and quatation marks

Hi all!

Is there a way to format the output so it returns rep_responses with “-” and quotation mark? Example:

  • “We’ve been running into some issues with our forecasting.”

Here is my current set up and tried differently things but nothing seems to be working.

Thank you!

Hi there!

Yes, you can absolutely format the rep_responses output to include a dash and quotation marks like:

- “We’ve been running into some issues with our forecasting.”

To help further, could you please share how your current setup looks? (The images didn’t come through clearly here.)

In the meantime, here’s a general format you can use in Make.com (or any code/scripting logic you’re using):

text

- "{{rep_response_field}}"

Make sure the field is properly referencing your response, and wrap it in quotes within the dash prefix.