Trying find out if attachments in mail

Hello,

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…”

Any ideas on how to solve this?

Thanks in advance,
Oskar

@chusikowski,

Could you please share your workflow with me. Will check and update you.

1 Like

Hi @lakshman thanks for your quick answer, attached the workflow.Main.xaml (7.6 KB)

@chusikowski,

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.

Main (4).xaml (6.7 KB)

1 Like

Thanks a lot! @lakshman

1 Like

@chusikowski,

Please close this thread by marking above one as solution.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.