I'm trying to put some data from Companies House, so thought I'd create a quick batch macro, with a list of company registration numbers and parse out all the data.
However, I'm getting the following error message:
Error: CCH_Batch (3): Record #2: Tool #20: The field schema for the output "Details" changed between iterations.

In the macro (all attached) I've created a dummy schema (scaffolding), which should create the missing field names, therefore the schema should be the same all the time, but I'm still getting the same error message.
You can see in my example, that Sainsburys has 42 fields, whilst Tesco has 47 fields.
Any help?
(P.S. I assume I don't need to use the GroupBy? - that doesn't make it work anyway)