I am trying to set up a process to extract attachments in outlook mail. When creating an if activity inside a fo each activity and setting “item.attachments.any” I get a compiler error saying “strict on option doesn’t allow binding…”
Please find the attached workflow. That error is because you did not change the TypeArgument for For Each activity. By default, it is Object and we have to change it according to our type of data.