Node ‘split out’ outputs (IMAP items * API items) when I need to process data from each email. I’ll try to explain.
I want to create something like ‘task manager’: when you write a letter to specific address that IMAP connection in the start of automation will fire. Then by email addresses I’m searching in CRM for users and then assign them roles in created task.
The problem is when there are more than one email when IMAP trigger fires.
Would appreciate if somebody will help with this problem.
Here is full automation for now. If there is only one email from IMAP it works well. But if there are two or more it breaks on nodes ‘owners_list’ and ‘followers_list’.