Techcrush One Month Recap Challenge
I am Amuzie, Imachukwubunma. I am currently a part of the TechCrush Cohort 7 boot camp on their AI Automation track.
Since the boot camp started I have completed one assignment, two biweekly tests, and built three successful workflows.
I built a small workflow today using a HTTP Request node. I used the GET method to get data from a practice URL and then passed it to a No Operation node. It was a small practice, but I did play around with a few things.
#AI#AIAutomation#N8N#Workflow#HTTPRequestNode
Techcrush One Month Recap Challenge
I am Amuzie, Imachukwubunma. I am currently a part of the TechCrush Cohort 7 boot camp on their AI Automation track.
Since the boot camp started I have completed one assignment, two biweekly tests, and built three successful workflows.
The Holy Spirit has been my main source of strength. My parents have been very encouraging as well.
I have also been building publicly on X, this helps to keep me in check, making sure I learn something new so I would have something to post π.
In n8n data is outputted in JSON (JavaScript Object Notation) format. Data in JSON format is not understood by a regular person, hence thereβs a need for this data to be put in a format easy to understand.
To achieve this you can make use of a code node (which allows for code in either Python or JavaScript), a set node (or edit field node), an AI agent node, or markdown formatting through expressions.
With these you can present data in a clear, simple format.
Yesterday someone asked me what AI automation was all about. After explaining what it entails and what services an AI automation specialist can offer, these were his response:
So you are trying to make people jobless. You want to use ai to replace remote jobs.
Yesterday I built my second workflow π
It demonstrates error handling, conditional logic, and intelligent routing.
I made use of a manual trigger node, four (4) edit field nodes, an IF node, a No Operation node, and a switch node.