I have been working with make.com for a while now and have been building systems with it for a my clients,
but i am facing this weird issue which is , there are 5 bundles that were returned in the previous module , but only 3 bundles are being checked in the filter , why is that ? the 4th bundle has the data that matches with the filter , because of this the data is not passing through the filter as only 3 bundles are taken to check in the filter ,
but if i disconnect the second flow which is after the “List cloud meeting” , in that cause it takes all the data into the module , tell me what is the mistake ? is it mine or a bug in make.com ???
From the beginning of your video you can see that the “AITable” module has an error.
This most likely happened in the 3rd iteration through your bundles and made the scenario stop with an error.
But the reason for the ai table to error out itself is due to the first route not running, ai table has errored out because of missing value in the parameter , the parameter it created in the top route ,where i set the variable and get the variable in the bottom route ,
maybe i should add a filter in the second route in the get variable ? saying do not pass thrgouh if the value is empty ? i belive this is the solution ?