[whole Workflow ] @barn4k @ihortom the work flow was too long (Workflow - Google Docs )
I have shared the workflow above
The set node I am using are for 1) knowing which filter a person has choosen
2) Converting the input into useable format for API like if the input data says Organization Name: Google the output for API is “organization_name”:[“Google”]
How can I full fill both these formalities
n8n
April 21, 2024, 11:58pm
2
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:
@barn4k @ihortom I want the output data like
“excluded_organization_keyword_fields”:
[“tags”,“name”,“social_media_description”,“seo_description”],
“person_locations”:[“United States”],
etc
the input data is from the http request
barn4k
April 22, 2024, 10:40am
4
You don’t need a dozens of Edit Fields nodes, use one. You can define all the properties inside one node
And why are you checking that all properties are not empty? What is the point?
1 Like
Thank you so much it was a headache to manage all that Thanks a lot will try this
system
Closed
April 29, 2024, 12:52pm
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.