If condition syntax

Hi there,

I am downloading from a website excels. However there are files like pdf. I want to use if condition to enlighten if there is pdf have to perform throw activity. What is the syntax i can put in if condition.

Hi @Mark_Rajkumar

  1. Get all the files and loop over.
  2. put condition item.ToString.Contain(“.pdf”)
  3. put throw activity in then block.

Main (18).xaml (7.7 KB)

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