Hello,
I have been using standard and batch macros for a while but recently I have a use case to use an interactive macro.
Inside my interative macro, I have two sample tools that pick a number of rows to process, and a number of rows to skip at each run. At the moment the number of rows is a constant but if I wanted to pass a value from outside and say that this number can be dynamically changed. How can I achieve this using an Interative Macro?
In a batch macro, I can easily use a Control Parameter to do the job but I am not sure if I can do the same for an Interative Macro.
Thanks.
Api