Hi All,
Not sure if I'm missing something obvious here, I'm trying to use the interface tool "Action -> Update Value" to update a config attribute of a tool but instead of using a macro input I want to use a value generated within the workflow.
For instance using a summarize tool to pull the maximum and minimum of a list of numbers that are going to graphed. Then using those numbers as inputs to an action tool to directly update the parameters that control the display range of the Interactive Chart tool (Thus allowing me to define custom buffers on either side of the data for graphing). This is shown in the workflow attached.
For almost all other tools this can be achieved with an "append fields" and then use the new field as part of the config but some tools have config that can't be set with an incoming field. For reference another example I have found is updating N records to pull in a "Sample" tool.
Figuring out this function would provide a lot of new functions and definitely clean up some of my workflows by removing append fields tools.
Cheers,
Stephen
Solved! Go to Solution.
Hi @Stephen_2
I think what you want to do can probably be accomplished by a Batch Macro.
In the Macro, you add the control parameters, the control parameters overwrite the parameters of the tool through the action tool.
Workflow
Batch Macro
Please refer attached workflow.
Thanks for the suggestion, I've just had a go with this and it looks good. Appreciate your input!
Cheers,
Stephen