Hi!
Is there a way to get the "to" email adresse from an email in formula?
What I'v tried so far:
	 gives my ids from emailAdresse. But I don't know how to access emailAdresses in formula. It seems like they are not accessable this way.
	 is empty (null)
	 is also empty (null)
 
							
						
					Is there a way to get the "to" email adresse from an email in formula?
What I'v tried so far:
Code:
	toEmailAddressesIds
Code:
	toEmailAddressesNames
Code:
	entity\attribute('emailAddressData')

Comment