Dear Alteryx Community,
I have an input like this:
| C1 | C2 | C3 |
| AA | BB | CC |
| Â | Â | Â |
| Â | Â | Â |
| A | B | C |
| Â | Â | Â |
| Â | Â | Â |
 And I want to use a macro batch and muti-row formula to get this
| C1 | C2 | C3 |
| AA | BB | CC |
| AA | BB | CC |
| AA | BB | CC |
| A | B | C |
| A | B | C |
| A | B | C |
What I have done is this:


Howerver on the action I can update [Row-1:C1] in order to change the column.
Attached my simple workflow.
Many thanks in advance 🙂
Regards.