dependency on macros
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
After reading this, https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Updating-workflow-dependencies-has-not...
I have the following question - if by changing # of inputs on a macro, what must occur for the changes to also appear on other workflows that depend on the macro?
Is it enough to save the macro, or should the macro be saved and closed then re-opened? I am trying to understand the procedure. Thanks
Solved! Go to Solution.
- Labels:
- Developer Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @amandacastro,
After the changing the number of inputs to your macro, once you save your macro you will also have to make changes to the workflows that are dependent on the macro. Since you have changed the no. of inputs, now your macro will have to be fed those additional inputs from the workflow(if additional inputs are to be taken from some column).
For example:
In the screenshot above I am feeding only 1 value to my macro from my workflow which is LastModifiedDate, if I add another input to my macro, I will also have to configure that through my workflow.
I hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ok, I'll check it out!
