Return value of multiple rows

Hello everyone. Quick question.

I try to create bot automation for email. My objective is if user choose any Issue Category, the system will email all recipients whos assigned to handle the issue. *Refer image below*

I try to use Lookup but Appsheet only return  1st row for each Issue Category. And also I try using different expression but still failed.

So, how do I return multiple column, using 1 expression?

syahir_1-1707725732733.png

 

syahir_0-1707725672613.png

 

Solved Solved
0 3 54
1 ACCEPTED SOLUTION

I assume you are triggering the Bot from another table that has "Category" column. Try something like..
CONCATENATE(SELECT(Send Email[Recepients],[Issue Category]=[_THISROW].[Category]))

View solution in original post

3 REPLIES 3

I assume you are triggering the Bot from another table that has "Category" column. Try something like..
CONCATENATE(SELECT(Send Email[Recepients],[Issue Category]=[_THISROW].[Category]))

Yes,,I do have another table that trigger the Bot. And your code works !! Thanks a lot sir. Appreciate your help.

Good to hear!

Top Labels in this Space