Hi there
Its the first time for me using batch macro and I'm trying to get my head wrapped in how to set it up.
Essentially i have a large dataset that I would like it to run a batch macro on every 10k rows of data as I would like to use the find and replace tool instead of join. Below I have set a dummy workflow, where the formula tool will create the [Batch Group] field that will split the data into groups of 10,000 rows. The Unique Tool then deduplicate the [Batch Group] field, so I can get distinct batch group values like 1, 2, 3,... for the control parameter.
Q1) Do i just leave the update value tool as is so that it uses the "Update Value (Default)"?

Q2) For my batch macro is this how I should set it up? I have left the default settings for the Control parameter and Update Value. For the filter tool, it ensures that only the rows belonging to the current batch (e.g., batch 1 or batch 2) are processed at a time.
Q3) What do I use to set up the input macro?

Thanks a ton