Remove an empty bundles

Hi,

I am not sure about how to remove the second bundle on the following Google Sheets module:

To elaborate further:

  1. If a bundle doesn’t contain any data, how do I remove that bundle when multiple bundles are returned?
  2. Within one bundle, there may be multiple data points and some may need to be removed but not all.

Thanks in advance for helping a Make noob understand how to make the best use of the platform. I’m really enjoying the experience so far!

Thanks

Shaheed

I think you want to place a filter after that step that only sends the bundle through if it’s not empty. For the second point, I think you mean you want to have certain things happen only if a property exists. In that case you can use an if statement in those steps.

1 Like

It would be great if you showed or typed an actual example, not helpful to beginners otherwise.

Something like this:

image

1 Like