Combining database records into one GET API call

Hi all,

Noob question here...

I have multiple text-based database records. I am trying to query all those database records for one user and combine them into one GET API call.

User 1 has a database record of 'test 123' and 'test 1234' and I want the GET API call to bring back 'test 123, test 1234'

I have experimented with the concat filter and the text data manipulations, but none of them are having the desired impact. Any help would be much appreciated![Screen Shot 2022-08-05 at 4.37.50 PM.png] 
Other
2 replies