Re: selected items gallery to mail
Hi @Anonymous ,
Do you want to send an email with filtering records?
I have test for your reference, please try the following workaround.


Here are the formula:
Collect(A,ThisItem.ID)
RemoveIf(A,Value=ThisItem.ID)
'1126'.Run(Concat(A,Text(Value),","))



Here are the expression:
split(triggerBody()['text'],',')
string(item()?['ID'])
item()?['ID']

Best Regards,
Zhi Chen