The scenario I created downloads reviews via a google my business module, imports them into google sheets doing some processing on the data, and sends a google sheet report via gmail.
The GMB module is set to “from now on” as Choose where to start, and is activated once a month, downloading all the reviews collected in the last period.
Everything works correctly, except in the case where there are no new reviews to download.
If there are no new reviews to download, and therefore the Bundle content is Null, the scenario execution stops not continuing with the report submission.
I would like to have the scenario execution continue regardless of whether or not there are new reviews collected.
(If possible I would like to keep a single scenario, without having to split it into 2 different scenarios; and also I would prefer to leave the GMB module running on “from now on”, as setting it to All would certainly result in the bundle output not being null, and it would certainly be possible to insert a filter that would record only the reviews that are not yet recorded, however, some of the activities that this scenario runs with have thousands of reviews so I am afraid I would be consuming a lot more with the API).