One of my collabs want to use “For each Email” and use variable (from asset) for the label path. But the label path type is “IEnumerable(MailMessage)”. We already trying to change variable type to IEnumrable but it doesn"t work.
I think @Christopher_p the asset value is type of string and you need to convert in IEnumerable. You have to split the text of asset type value and then need to pass in For each email. You can try this option
Yes because on Orchestrator we have only “Text” or “Credential”. But the “For Each Email” want "IE numerable(MailMessage), so i don’t know how we can convert… Sorry for my bad level