Text parser - Fallback Match?

Hi,

I have a text parser that seems to be correctly outputting my text matches in output bundles - but I can’t access those bundles from other modules.

The bundles are labelled as ‘Fallback match’ in the text parser output. I don’t know what this means! My regex pattern is just \}.*

See screenshots. What is going on here? What does Fallback Match mean and how can I access those output bundles from my next module (o365 calendar)?

Thanks in advance!


Hey @Ben_Henderson

Bundles are processed one at a time, if you want to access the 3rd bundle, you will have to set up an array aggregator module in the next step, then you should be able to access the bundle by picking inside of the array or using get(map()) function you can access data from any bundle.

1 Like