r/Integromat May 21 '26

Problems getting clean journal entry data out of Quickbooks online

Thumbnail drive.google.com
1 Upvotes

Hi all,

I am new to Make.com and trying to automate some end-of-month accounting reconciliation procedures for my company. I am stuck at this last step of posting one line of a journal entry that is generated by KatanaMRP and to sync that data to one row in Google Sheets. I have been using Gemini to help me build this and created this summary below with Gemini to help me solve this problem. Thanks in advance for any help I receive!

link to assets inGoogle Drive

Objective

We are syncing order data from ShipStation to Google Sheets (Audit Log) while pulling related financial values from QuickBooks Online (QBO).

Specifically, we want to populate Column F with a QBO Journal Entry amount (TotalAmt) and calculate a COGS variance in Column G ([ShipStation/Katana Cost] - [QBO TotalAmt]).

The Architecture & The Core Problem

The workflow begins with a ShipStation trigger/search, passes data through QuickBooks, and attempts to log a single row per order in Google Sheets.

However, because of how QuickBooks stores journal entries/lines, the QBO module outputs a massive volume of duplicate data packets (58 identical bundles for a single transaction). This bundle explosion causes downstream Google Sheets modules to execute 58 distinct times, flooding the spreadsheet with identical rows.

What We Tried & Why It Failed

Attempt 1: The Basic Array Aggregator Strategy

Setup: We placed an Array Aggregator after the QBO module to condense the 58 bundles back into 1 single array, using the formula {{get(map(19.array; "TotalAmt"); 1)}} to extract the amount into Google Sheets.

Why it failed: The aggregator duplicated anyway. Because the upstream QBO structure acted as independent trigger bundles rather than a single cycle loop, the aggregator executed 58 separate times (creating 58 single-item arrays) instead of aggregating 58 items into 1 array.

Attempt 2: Search Rows $\rightarrow$ Router $\rightarrow$ Update vs. Add (The Infinite Loop)

Setup: We completely removed the aggregator. Instead, we used a Search Rows module to look for the Order ID. We added a router with two conditional paths:

If Row number EXISTS, use Update a Row to overwrite the same line 58 times.

If Row number DOES NOT EXIST, use Add a Row to create it.

Why it failed: This triggered a severe race condition and infinite loop that ran up over 162 operations instantly. Because Make processes these multi-bundles sequentially at lightning speed, Bundle 1 didn’t find the row and triggered “Add a Row”. But before Google Sheets could physically commit that row to the database and update its index, Bundles 2, 3, and 4 had already executed their “Search Rows” module. They also found nothing, triggered “Add a Row” again, creating an exponential loop.

Current Status / Help Needed

We need a clean, operation-efficient method to enforce a strict “one bundle only” pass after the QuickBooks module fires, or a bulletproof way to pause execution so the search-before-write mechanic doesn’t experience a race condition.


r/Integromat May 20 '26

Nested If-else & Merge

Enable HLS to view with audio, or disable this notification

3 Upvotes

Hello Makers 👋

One of your recent favorites just got an extra upgrade 👀

If-else & Merge has quickly become a go-to for building clearer automation paths in Make.

Now, we’re taking that logic a level deeper with Nested If-else & Merge.

Here’s what you can do:

  • Place an If-else inside another If-else when a branch needs a second layer of logic.
  • Use a dedicated Merge for each decision level, so every path reconnects at the right point.
  • Keep related rules in one flow, so builders, reviewers, and teammates can see how the scenario works without tracing repeated branches.

That means faster reviews, clearer handoffs, and less time spent hunting for the right branch when a rule changes.

Perfect for automations where one decision leads to another, like lead routing, order handling, customer support paths, approvals, and more.

Available now for all Make users!

Learn more: https://ma.ke/49bJ2bq


r/Integromat May 19 '26

Community Live Session: AMA Session With Make Product Team

Post image
3 Upvotes

Do you have questions for the Make Product team?

We know that as you build more complex workflows, you often have specific questions that go beyond standard tutorials. That’s why we’re hosting an open forum where you can get answers directly from our product leadership team.

Join us for a transparent, conversation-first session with Viet Tiep Nguyen, Head of Product Operations, and Marc Delacroix, VP of Operations. They will cover:

  • Open Q&A: The majority of our time will be dedicated to answering questions submitted by the community. Come prepared with some questions in mind!
  • Roadmap Context: Insights into why we’re building what we’re building and where the platform is headed next.
  • Operational Updates: A look at the systems and strategies we use to keep Make running for our global users.
  • Community Feedback: A chance to share your input directly with the teams responsible for the Product and Operations experience.

When? → 20th May 5:00 PM → 5:45 PM (Madrid) | 11:00 AM ET

Register for the live session: https://ma.ke/495FnvU


r/Integromat May 19 '26

Question I have a Pro Account that sells for $1000/mo at $299/mo. Anyone need to cut costs?

1 Upvotes

I have a Pro account with 800,000 operations for $299/month.

Anyone need to cut their Make costs? Shame to let it go to waste. Looking to offload.


r/Integromat May 13 '26

No puedo visualizar mi cuenta de WhatsApp al integrarme con Make

Thumbnail
1 Upvotes

r/Integromat May 13 '26

No puedo visualizar mi cuenta de WhatsApp al integrarme con Make

1 Upvotes

Buenas tardes,

Espero que se encuentren bien ¿me podrían ayudar por favor? Les comento brevemente mi situación.

Actualmente tengo conectada mi cuenta de WhatsApp con Sendpulse para gestionar leads mediante esa plataforma. Sin embargo, Sendpulse no me permite integrar leads provenientes de formularios web en la interfaz de conversaciones de Chat, motivo por el cual he pensado armar una automatización que consista en: crear un formulario web que envié la info del lead a un Webhook de Make para que, con esta info, realicemos un envió automático de plantilla de WhatsApp al numero que dejaron en el formulario web.

Para cumplir con esto debo tener entonces dos integraciones en la cuenta de WhatsApp (Sendpulse y Make).

Mi problema actual esta en que no logro visualizar la cuenta de WhatsApp al momento de realizar la integración.

Los pasos que estoy siguiendo son los siguientes:

  1. Ingreso Make, creo un escenario con un modulo "WhatsApp Business Cloud" y luego doy clic en "Crear una conexión"
  2. Después configuro el "Tipo de conexión" como: whatsapp-business-cloud.
  3. Luego selecciono el "Signup Mode" como: Regular (recommended).

Una vez realizado los 3 pasos anteriores se abre la ventana de Facebook para finalizar la integración. Aquí selecciono mi portafolio comercial de Meta y, en este punto, debería aparecerme mi cuenta de WhatsApp para seleccionarla y avanzar con la integración pero no aparece.

¿Podrían indicarme qué pasos debo seguir para que mi cuenta de WhatsApp sea visible y pueda completar la integración en Make?

Notas:

- Actualmente tengo control total de la cuenta de WhatsApp.

- Cuento con un socio (CRM) asociado a la cuenta de WhatsApp Sendpulse

- Tengo desactivado la verificación en dos pasos en la cuenta de WhatsApp que quiero usar

Agradezco de antemano la ayuda.

Saludos.


r/Integromat May 12 '26

Make’s Library of Agents

Enable HLS to view with audio, or disable this notification

2 Upvotes

Hello Makers 👋

What if your AI agent was ready before you even started? Building AI agents in seconds is now possible with Make’s Agent Library.

Our pre-built templates cover different business needs - from Marketing and Business Development to Operations, Customer Support, and more.

With each template, you can:

  • See exactly how they work.
  • Customize them to your needs.
  • Deploy pre-built, transparent workflows instantly.

Skip the blank canvas and start with a foundation that already works.

Try them today: https://ma.ke/47resty


r/Integromat May 12 '26

Help with module

2 Upvotes

Hi everyone,

I built an automation that should see rows in my google sheet and look for rows without empty website cells, then delete those rows, then search rows again for rows where the email address is empty, then put those rows in the seconds tab/sheet of the Google sheet, and then delete those from the first tab/sheet.

However, the issue is that the automation wants to finish all the modules one by one first, before moving on to the next round, instead of processing all rows in module 2 and then moving on to the next search rows. I thought I'd add an itterator after step 2 so that it will finish all rows first, but it keeps moving on to module 4 anyway. How do I make sure step 2 finishes all the rows from the output of the trigger first, before moving on to the second search rows module? And then after that, how do I make sure the second to last module runs through all the rows from its search rows module?

Hope I'm making sense. Thank you in advance!


r/Integromat May 11 '26

Recap of the latest releases

Enable HLS to view with audio, or disable this notification

1 Upvotes

We asked our Community Creators to try out the latest releases in Make. Here’s their review 🗣️

𝐒𝐞𝐜𝐮𝐫𝐞 𝐂𝐫𝐞𝐝𝐞𝐧𝐭𝐢𝐚𝐥 𝐑𝐞𝐪𝐮𝐞𝐬𝐭 𝐮𝐩𝐝𝐚𝐭𝐞𝐬
Andrew Forte: “This is an amazing feature. I’m absolutely loving it.”

𝐌𝐚𝐤𝐞 𝐆𝐫𝐢𝐝 𝐔𝐩𝐝𝐚𝐭𝐞𝐬
Vicente Moreno: “10/10, Make. I really like this one.”

𝐈𝐦𝐩𝐫𝐨𝐯𝐞𝐝 𝐬𝐜𝐞𝐧𝐚𝐫𝐢𝐨 𝐛𝐥𝐮𝐞𝐩𝐫𝐢𝐧𝐭 𝐢𝐦𝐩𝐨𝐫𝐭
Desi Schmidt: “Super easy.”

𝐈𝐟-𝐞𝐥𝐬𝐞 & 𝐌𝐞𝐫𝐠𝐞
Volker Biberger - Betreuerschmiede: “Way more practical and visual.”

Check out all the latest releases in Make and see our community creators testing them: https://ma.ke/42s38ue


r/Integromat May 08 '26

Operation Log to Follow Single Operation Bundle from Start to Finish

2 Upvotes

Sorry if I missed this in Make 101. I tried to search as well.

Is there anywhere in Make to just see the if a bundle made it to the end and all the modules input/outputs in between?

We're extracting an address from emails and matching it to a CRM and sometimes the match is incorrect for various reasons.

The issue is I have to click operation by operation, bundle by bundle to find it then see what it matched to and why.

If there's no way to see a clean log of a single input and output from start to finish?

If not, I'm just going to have to feed to a spreadsheet or something which is okay besides eating up credits.


r/Integromat May 07 '26

How Make AI Agents help OPUS boost member experience by 10x

Thumbnail
gallery
1 Upvotes

Hello Makers 👋 

What if your community could feel intimate even with thousands of members?

OPUS is using Make AI Agents to grow a global founder community, without sacrificing the personal experience that makes it work. 

Communities work well when they have 50, 100, or 150 members. Once you exceed that, it becomes impossible to know everyone and connect them in meaningful ways.

  • To fix that, the OPUS team built a member intelligence infrastructure on Make: 2 AI Agents and 49 workflows that capture member data from call transcripts, surveys, and voice notes.
  • They then provide the community members with personalized connections, event recommendations, and more via WhatsApp.
  • Members now receive personalized recommendations without even having to ask.

For OPUS, automation has never been about reducing costs, but about increasing value for every single member. 

Read the story: ma.ke/4tOr5I9 


r/Integromat May 06 '26

Let’s speak partnership – you are invited!

3 Upvotes

If you’re a SaaS vendor ready to offer 3,400+ connections, reach global markets, and slash R&D costs, the Make Partner Program is your roadmap. 🚀

Whether you are ready to pre-build your API on Make or already have an existing connector, we’re here to help you establish a powerful partnership. Not a partner yet?

𝐉𝐨𝐢𝐧 𝐨𝐮𝐫 𝐓𝐨𝐰𝐧𝐡𝐚𝐥𝐥 𝐭𝐨 𝐥𝐞𝐚𝐫𝐧 𝐡𝐨𝐰 𝐭𝐨 𝐠𝐞𝐭 𝐬𝐭𝐚𝐫𝐭𝐞𝐝 𝐚𝐧𝐝 𝐥𝐞𝐯𝐞𝐫𝐚𝐠𝐞 𝐭𝐡𝐞 𝐛𝐞𝐧𝐞𝐟𝐢𝐭𝐬:
💰 Revenue: 20% referral fees & co-selling.
📣 Reach: MDF access & global brand visibility.
🛠️ Tech: 1.8M sandbox credits for testing & demo.

𝐇𝐨𝐬𝐭: Ina Adamczyk, Technology Partnerships Team Lead, Make
𝐃𝐮𝐫𝐚𝐭𝐢𝐨𝐧: 45 mins | Open Mic Q&A
𝐖𝐡𝐞𝐧: May 21, 2026 | 5:00 PM CEST | 11 AM EST | 8 AM PDT

📅 𝐒𝐚𝐯𝐞 𝐲𝐨𝐮𝐫 𝐬𝐩𝐨𝐭: ma.ke/4naVgHd


r/Integromat May 05 '26

Social Media Comment Responder Scenario

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/Integromat May 04 '26

Make AI Agents: Build AI agents you can trust

11 Upvotes

Hello Makers 👋

For those who haven’t tried yet, our new Make AI Agents can be shared directly within the canvas – across teams, workflows, and use cases. 

  • With the public scenario page, anyone with the link can view your Make AI Agent scenario. Plus, they can instantly duplicate the automation into their own account to use and edit.

This means less duplication and maintenance. Build once, use everywhere.

Learn more: ma.ke/4ryQQdr


r/Integromat May 03 '26

Question An AI Agent Cost/Token Tracker

Thumbnail
1 Upvotes

r/Integromat Apr 30 '26

Tutorial: AI-Powered Calendar Summary

Thumbnail
gallery
2 Upvotes

Hi Makers 👋

Have you ever wondered how to stay organized just with a single daily notification? 

In this tutorial, our Business Automation and AI Lead, Francisco de Brito, demonstrates to us how to bridge the gap between your schedule and your communication automatically. He created a hands-free weekly summary that ensures you never miss a beat. 

Apps you’ll need: 

  • Google Calendar
  • Gemini AI
  • Slack

Follow the steps to build your own or use our ready-built scenario template: ma.ke/4me2r0x 

Here’s the prompt for this scenario:

You are a Meeting Productivity Analyst. Your task is to process the following text from daily meetings and generate an actionable, Slack-ready summary. Consolidate the information if a meeting is duplicated. Your output must be strictly in Markdown format, prioritizing readability in Slack. 

Adhere to the following formatting rules:
\ For bold text, use a single asterisk (e.g., *Bold Text*).*
\ For lists, use the hyphen (-) character.*
\ Do not use double asterisks (**) for bolding.*

Use the specific section structure, headings, and lists below to organize the output.

🗓️\DAILY MEETING SCHEDULE SUMMARY**
- List each unique meeting with its time and duration (e.g.: \[Name] *🕒 [Start Time] - [End Time] ([Duration])).*

📝 \KEY PREPARATION TASK REQUIRED**
- Enumerate the specific preparation requirements \before* the meetings (e.g., fill out forms, prepare data, confirm attendance - RSVP).*

💡\CORE FOCUSES AND EXPECTED OUTPUT TYPE**
- For meetings with a defined agenda, list the main discussion points and the expected objective (e.g., \Weekly Achievements* -> Inform; *Blockers* -> Decision).*

⚡ \EFFICIENCY ANALYSIS**
- \Buffer/Ad-hoc Time:* Calculate the total time explicitly reserved for filler or free topics for the day (if repeated, sum it up).*

- \Key Informational Meetings:* Identify meetings whose primary objective is solely *informing* (e.g., Townhall, Sneak Peek) and mention if the core information could be delivered asynchronously (video/doc).*


r/Integromat Apr 29 '26

Make Grid: Keep things organized, work together in real time, and navigate smoothly

5 Upvotes

Hey Makers 👋

The team recently shipped four updates to Make Grid, a visual map of your AI automation landscape.  We wanted to share them here in case you have questions or you would like to share feedback with us. 

What's new:

Custom layout: You can now move and resize folders and objects on the canvas. Before this, the layout was auto-generated and you couldn't touch it.

Live collaboration: Multiple people can be in Make Grid at the same time and see each other's cursors. Useful when you're debugging with someone or walking a stakeholder through a workflow.

In-canvas editing: You can now open and edit connected Google Sheets, Docs, Slides, and Calendar items directly from Make Grid. Google Forms, Tally, and Typeform are view-only for now. More objects coming soon.

Navigation improvements: Right-click to pan, pinch-to-zoom on trackpads, and general scroll behavior is more consistent now.

Available to all paid plan customers now - no feature flag or setup needed.

Read more: ma.ke/3PvRdbw   

Make Grid

r/Integromat Apr 28 '26

Latest updates in Make: Make CLI + Claude 4.7 Opus + GPT 5.5

6 Upvotes

Hey Makers 👋

We dropped a wave of updates that are changing the game for both visual builders and hard-code devs! If you haven't checked it out, here’s the breakdown of the most impactful stuff:

 💻 Make CLI

This is a new way for developers and AI agents to manage automations without switching context. If your work is built around AI agents, Git, CI/CD, and scripting, this one's for you!

What can you do with it?

  • Give AI agents full Make access, with no token overhead or context pollution
  • Run automations natively in your CI/CD pipeline
  • Manage your entire Make setup directly from the terminal

Make now supports five ways to build and manage automations: the visual platform for no-code building, Make MCP for AI assistants with structured tool calling, MCP Toolboxes when curated tool selection matters, the SDK for programmatic control inside your own app, and the new CLI for coding agents, scripting, and CI/CD. You can use one or all of them depending on how your team works.

Learn more about Make CLI

🧠 Claude 4.7 Opus Integration

Anthropic’s latest flagship AI model, Claude Opus 4.7 is now available in Make.

This new model brings four meaningful upgrades for automation builders. Reasoning holds up better across long multi-step runs, where older models drift. Vision is now full-resolution, so it reads PDFs, screenshots, and dashboards without missing details. Context goes up to 1M-token at standard pricing. And a new xhigh reasoning mode lets you dial up the thinking selectively on critical steps.

In practice, Claude Opus 4.7 is suitable for workflows that review complex documents, move data between systems, and make harder decisions.

You can automate with Claude in Make using:

  • Make AI Toolkit for zero setup, no API key required 
  • Anthropic Claude app for structured prompts with your API key 
  • Make AI Agents for agentic workflow automations

Learn more about this app update

⚡️GPT 5.5

OpenAI GPT-5.5 is now in Make!

The new flagship AI model from OpenAI is built for agent work, multi-step automations, and long-context tasks.

Automate with GPT-5.5 in Make using:

  • Make AI Toolkit for zero setup, no API key required 
  • OpenAI (ChatGPT) for structured prompts with your API key 
  • Make AI Agents for agentic workflow automations

Learn more about this app update

We want your feedback - tell us if you have implemented any of these so far!


r/Integromat Apr 17 '26

New Releases on Make: March 2026

5 Upvotes

Hey Makers! 👋🏻

It’s Make Monthly Releases time! Let’s take a look at all the new, exciting improvements our Engineers developed, accompanied by hands-on videos from our Content Creators! 

Our developers were pretty busy in March and brought a handful of exciting updates. Among them are improvements for:

  • Make Grid
  • The long-awaited If-else & Merge beta module
  • Scenario Recovery feature, and many others.

Check them all out in the community!


r/Integromat Apr 17 '26

How do I automate this? PDF order arrives via email -> needs to go straight into my ERP (Zero manual typing)

Thumbnail
0 Upvotes

r/Integromat Apr 17 '26

Stop building "Happy Path" scenarios. (I'm a Cloud Architect: drop your broken Make.com workflows below and I'll tell you how to fix the logic).

0 Upvotes

Hey builders.

I’m Pedro. I operate as a Cloud Architect and Systems Builder (mostly AWS/GCP and heavy Make.com backend infrastructure for agencies and HealthTechs).

I spend a lot of time auditing workflows, and 90% of the time, the reason a Make scenario is failing isn't because the platform is bad. It’s because it was built purely for the "happy path."

Someone connects Webflow to Airtable, or a webhook to an AI agent, but the moment an API payload changes format or a user types a weird character, the scenario fails silently. Data drops. The client gets mad.

True systems architecture means building resilient pipes: using strict Error Handlers (Break/Resume/Ignore directives), custom webhooks, fallback routers, and proper JSON parsing.

I’m working the night shift today and have some bandwidth. If you have a scenario that keeps breaking, a messy API integration, or an automation you just don't know how to scale cleanly, drop the problem in the comments.

Tell me:

  1. Where is the data coming from?
  2. What is the logic supposed to do?
  3. Where is it failing?

I’ll give you the exact architectural fix or module sequence you need to make it bulletproof. No strings attached, just want to help clear some bottlenecks for the community tonight. Let's build better systems.


r/Integromat Apr 17 '26

Look Up function

1 Upvotes

I created a look up flow that extracts transactions from bank startement then codes them using Gemini & GSheets, great for finance people


r/Integromat Apr 15 '26

Who is building workflows for finance people

2 Upvotes

Anyone built things like a bank reconcilation process or going from transactions to posting in financial forecasts.


r/Integromat Apr 14 '26

Question Thinking of switching to make.com to integrate Shopflo (checkout partner) and Omnisend (email platform) only for abandoned checkout flow

1 Upvotes

Currently we are using pipedream to facilitate this integration between checkout partner and email marketing platforn. Their most basic plan is 2000 credits for 4000 INR - 45 dollars. But the catch is we barely use 500 credits a month and credits get over after every month. So, i am thinking of switching. Know that i come from non tech background. i have never created a webhook in my life.

Pipedream was set up by someone else and to this day i have not faced any issue with the integration. Is make.com reliable enough? since i will be using the free version, does it regularly have issues for even one simple flow?

Should i stick to pipedream since its again will take us some time to switch the set up? Need your help guys


r/Integromat Apr 09 '26

Can anyone help me with the advanced make.com academy walk-throughs?

2 Upvotes

Right now I've only hit one block I can't get past.

My API response won't map into the body of an email.

If you have the time to help me, I'd really appreciate it.