Hey there,
got a little problem:
I have a Smart Multi Select field referencing on another form that consists of Emails e.g. privateemail@private.de (not Users / Emails in Confluence )
I want to use all selected values as input for recepients for an IFTTT Send Email.
Tried nearly every combination of virtual functions but nothing seems to work.
When I have a Multi Select User field I can just put .asUserEmail.asArray and its working perfectly fine.
But not for the Smart Multi Select.
What I found out is that Smart Multi Select doesnt save it as comma seperated values in the entry. I guess this is part of the problem.
Anyone got a clue what to do?
Greetz Max
This is the same as with multi-select smart fields, you need to transform values...
Basically something like
[entry.mysmartmultirow.transform(email_holding_field).asList]
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.