How do I write a conditional logic using "if" to combine with other logic "and" or "or".
(Unlike the Microsoft Flow (web) that has these options, I could not locate it on PAD.)
Here's my scenario, I set my PAD to:
Read from Excel which has 3 columns:
Column1 (Column1 containing "Yes")
Column2 (Column2 containing "No")
Column3 (Column3 containing "Maybe")
How do I set the PAD conditional logic to calculate: "if" Column1 = Yes "and" Column2 = 2 "then" perform this task
Please help. Thanks