Hello together,
I am using Google analytics query to populate the dataset. I managed to pass the startIndex and loop until all records are loaded. I did that using the Generic loop start and variable condition loop end to stop once the number of rows equals zero.
But now I ran into the issue that the Google Analytics API is sampling the data if I select a whole month.
I managed to set up the date generator and with a time shift node I am creating some time ranges. These are passed over as flow variables to the Google Analytics node. I put this in a recursive loop but it works just for one iteration and stops with the message "Errors overwriting node settings with flow variables: Unknown variable "start-date"".
In general I know what I'd like to do: The loop shall iterate with the current date set until the reply from the Google Analytics node is zero rows and then switch to the next date set (until the end). But how can I do that? Or is there an even easier way to solve it?
Any help would be greatly appreciated.
Thanks a lot.