Hi! I have a list of Items from Node, after I’m requesting additional info about them and getting empty output in nothing found and I need to get this items after in flow.
Example: 10 items input → searching node → 2 items output (with Always Output Data param) and I need this 8.
Variant with comparing outputs in different nodes not very useful here for me, cause Searching node output has a little bit different data (((
Welcome to the community @Alex_Bri
To get a better understanding of what you’re trying to achieve, could you maybe share your workflow or parts of it here by copy & pasting the workflow JSON content in between two block quotes (```)?
@Alex_Bri
Not sure if I fully understand your question, but it sounds like you’re working with a workflow where you start with an initial list of items, pass them through a search operation, and then need to handle the cases where some items aren’t found during the search.
Here’s an example workflow that generates a sample data set of Pokémon, including both real and fake ones. It then uses HTTP requests to check the existence of each Pokémon on the PokéAPI, filtering out the real ones by their status code, and finally merges the results to only keep the fake Pokémon. Could this be something you’re looking for?