Hi there, I successfully integrated the E-mail module with templates into my app. A few test runs turned out to be working and now I have the following problem challenge: My app manages responsibilities and returns one or more (!) responsible colleagues to the user which they could talk to. For every responsible colleague I – of course – track the required email address in the respective entity. There seems to be a discrepancy between my loop that reduces the list of all colleagues to only those responsible and the email module. The loop returns a list (which is also displayed in the app) but email expects only “one” colleague. I wonder how I can break down the list for the email module (called via a Microflow call in the main Microflow) so that every colleague that remains on the list receives an email that there is a new “item” (so to say). Thank you in advance.
↧