It looks like my first google sheet module 5 is not creating a bundle and also only taking rows A1-Z1 instead of all A-Z. Then in module 8 a row error is being triggered which is my last step.
It will return 0 bundles if it failed to find anything.
You should start by checking your search criteria in the module and make sure that what is being mapped by the preceeding Stripe module is indeed an exact match to what is in your Google Sheet. Note that the search filter is case sensitive
It seems there is an invalid parameter for rowNumber. This is essentially the ID of the row that you wish to update in Make. You likely get this in the output of the “Search Rows” module and it should be mapped in the “Update a Row” module as well. Like another commenter mentioned if “Search Rows” was empty it will not error and just return 0 bundles. If that is the case you may want to add a filter in between Module 5 and 8 to ensure that the Total Number of Bundles is >0.