This flow somehow gives me the output that i want, but how can i simplify this?
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
hello @Everett_Sobinsky
Can you share the workflow and a sample of the output data from the HTTP node? Without that it would be difficult to help
the sample output should be like this:
Country Code: TH
Domain: sample.com
IPS: pldt fiber
Blocked count: (number of data that has the same content)
and should print all other data…
I guess something like this should work. You decide in the if which domains you want to forward and then you call the redudant worfklows in a seperate workflow.
Haven’t tested it but I think more or less it should work like that. If that is the kind of simplify you were searching for.
you can simplify it like this
The IF node has two conditions that are the same, but with different approach. You can choose which one to use in your workflow
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.