I’m trying to create a form where a user can “Create an account for someone”.
The workflow works if there’s only one email in the multi-line text input, but I can’t seem to figure out how to be able to have the user paste in a bunch of emails to create multiple accounts at once (invite more than one person at once).
I’ve tried separating by comma’s, semi-colon, and returns… but it keeps giving me the 'oops this doesn’t look like a valid email" error.
Anyone know if there’s a way to create a workflow/action/something before the “Create an account for someone” action, that would extract each email in the list/text block, and then one by one do the “Create an account for someone” action and subsequent steps. And keep repeating until all are done?