Hello,
I've been trying to get the detour tool to run based on a filter within a macro. Using this example, Solved: Re: Change Detour from left to right - Alteryx Community, I believe that example passes the input for control parameter from the workflow. My issue is I don't want to pass it from an input, rather filter/formula. In the attachments:
- 01_workflow
- Using DIR tool to capture a list of files
- Keeping only full path field
- Call macro
- 02_macro
- InputFile reads full path
- Action updates file to import
- Import tool reads file
- Basic filter Contains([Field_1],"attachment;"
- Filter tool - if true run the upper path, false run the lower path
How can I pass a variable in a macro to the detour tool?
Cheers!