Concatenate / Merge multiple Datasets based on dynamic number of inputs.
Hi All,
I want to do something really simple but I am finding a lot harder to achieve than I thought it would be. Hoping someone (<x-zendesk-user data-user-name="Adrian Williams">366746295667</x-zendesk-user>..) can help.
I have an API call that I have to split into groups to abide by the API endpoint batch size, therefore each GET may return any number of records and to make it slightly harder, the number of group I send to the endpoint may also vary.
This results in a number of datasets/output that need to be merged together using a "cat" node. The problem being that if I create a 9th, 10th or 11th input and there is then no data for this input, the node never runs.
What I need is something like the cat node, with the functionality to ignore the fact that a defined input is empty and merge all the records anyway...
Any ideas...?
Thanks
John