I want to use only the ETM to create an event for each contact user with a specific skill. I will be using CRON expression to trigger the channel. I have a datamapper to get a list of users with the skill, and works fine.
I then use the following Iteration Expression to pass this onto another datamapper.
I then try to set the affected user by doing the following below.
The second datamapper runs 4 times which is correct as there is 4 contact users being met with the criteria in first datamapper, but the second datamapper is unable to set any affected users.