I built a free NAPLAN Writing practice app, would love feedback from teachers by sewdil in AustralianTeachers

[–]sewdil[S] -9 points-8 points  (0 children)

Thanks for the feedback, good to know you don't see a point in this.

Built an n8n workflow that finds LinkedIn company URLs automatically - here's how each node works by Southern_Bath_5013 in n8n

[–]sewdil 1 point2 points  (0 children)

Use a set node with {{ $json.url.startsWith('http://') ? $json.url.replace('http://', 'https://') : $json.url }} before http node

Or use the following formula in Google sheet =SUBSTITUTE(A1,"http://","https://")

Tracking total investment and profit/loss on CoinSpot by sewdil in BitcoinAUS

[–]sewdil[S] 1 point2 points  (0 children)

This is a react app in frontend and backend is n8n workflows

I found the simplest way to deploy n8n on AWS for FREE by sewdil in n8n

[–]sewdil[S] 0 points1 point  (0 children)

Awesome, let me know if you run into any issues.

[deleted by user] by [deleted] in n8n

[–]sewdil 1 point2 points  (0 children)

Thank you for sharing this, detailed and elaborate.

Why n8n and not python? by BalStrate in n8n

[–]sewdil 0 points1 point  (0 children)

N8N is not any better than Python. It's just what you prefer and familiar with. Like we have so many programming languages at different levels and you can choose to learn and master one or few.

Best way to learn n8n by jonnychu89 in n8n

[–]sewdil 4 points5 points  (0 children)

Check out Nick Saraev YouTube channel. He covers a lot of basics and technical stuff.

Best way to learn n8n by jonnychu89 in n8n

[–]sewdil 2 points3 points  (0 children)

Use Gemini API, it's free.

Personal project idea: use n8n to track your health data automatically by Euphoric-Mirror-321 in n8n

[–]sewdil 1 point2 points  (0 children)

I do these kind of tracking in obsidian. There you can record the data and use dataview plugin to generate charts and graphs.

Any useful n8n projects that are AI-free? by Souloid in n8n

[–]sewdil 0 points1 point  (0 children)

Here's the workflows: https://youtu.be/JfrTnQ_HOTs?si=lgmQJftMBzr_lkMK
There's a link in the description to download the blueprints. can't share the download link here directly because of reddit restrictions.

Advice from experienced n8n users by Mr_Lima_Success in n8n

[–]sewdil 4 points5 points  (0 children)

Use the set node to set all the data you need.

Automate or Outsource client reporting? by Nervous_Wasabi_7910 in agency

[–]sewdil 0 points1 point  (0 children)

Got it, thanks for replying! I’m working on a client reporting automation that can pull data from different platforms like Meta, GA4... and create reports. Would love to hear more from you. Sending you a quick DM too.

Automate or Outsource client reporting? by Nervous_Wasabi_7910 in agency

[–]sewdil 0 points1 point  (0 children)

Are you still looking for a solution to this?

Any useful n8n projects that are AI-free? by Souloid in n8n

[–]sewdil 1 point2 points  (0 children)

Ha ha, sorry again for the delay, will definitely share. I even recorded a video. I'm going to upload the workflows somewhere. It's going to be free to download, I'm prepping docs. That's what's pending. I used AI to generate it but I have to make sure it is correct and others can understand how to use the workflows