Hello There,
I am using the PDF tool to import documents which require tidying up and placing into the correct columns (I am aware of Intelligence Suite and PDF imports with tables it has a problem as noted already to Alteryx support) so I am using Multi row which works well. However I have a few questions
1) Is there a way to do multiple Expressions in the same step rather then needing seperate workflow boxes? IE
- If A then B else C EndIF
- If A1 then B1 else C1 EndIF
2) How do you use OR in Expression? IE I would normally write in other languages
- IF OR(A=1,B=2) then C else D EndIF
Thank you