Questions tagged [make.com]

Make.com (formerly Integromat) is a freemium web service to integrate and automate workflows between a wide range web-based applications and services. It can be used as an alternative to other products like Zapier, IFTTT, or tray.io.

Make.com (formerly Integromat) is a freemium web service to integrate and automate workflows between a wide range web-based applications and services. It can be used as an alternative to other products like Zapier, IFTTT, or tray.io.

166 questions
2
votes
1 answer

Integromat - save previously attending people and add new to list

I'm trying to set up a webhook in integromat connected to supersaas so that I can instantly add/edit/delete it in google calendar but I'm failing to find a way to add a new attendee to the already excisting event rather than making another event but…
Wanjia
  • 799
  • 5
  • 19
1
vote
1 answer

Pull rows from a Google Sheet, and place them into an email (365)

im stuck with an automation workflow on Make.com I'm trying to create a flow that starts with Google Forms, once a form has been submitted, it will automatically add a new row in Sheets, and then send them a confirmation email. However, I want to…
Pete
  • 11
  • 1
1
vote
0 answers

Automate User Creation on Firebase from Airtable through React

I'm working on an web app currently with no-code stack: Airtable - Database (Currently holds every record excluding user credentials) Softr - Front End & User Credentials DB (Holds Name, Email and pass for users to login) Make.com - Automates…
Akhil
  • 49
  • 6
1
vote
1 answer

How to format currencies on MAKE.com using a number as input

I have an automation where I am getting numbers as an input and it is plain number without any formating Example 3500 15000 55000 300 Here is a screenshot on how it looks on MAKE Make screenshot These numbers are actually currencies (US) and I want…
1
vote
1 answer

Format time from decimal in Make (Integromat)

I have a scenario in Make which gets data from a webhook. This data contains 2 timestamps. I subtract these numbers and that leaves the duration of a few minutes. Only the format is in in decimals: 0.03422453704 I need this in hh.mm.ss (so in this…
Bee Caribe
  • 11
  • 1
1
vote
2 answers

Integromat / Make: Google verification for Gmail API OAuth client

We are integrating the Gmail API with Integromat and, in order to avoid re-authorizing Integromat’s access every 7 days, we need to submit for Google verification. Now the problem is that the Google verification wants to verify the ownership of each…
brillout
  • 7,804
  • 11
  • 72
  • 84
1
vote
1 answer

Google Apps Script converts "&" in my URL to "& "

My google apps script gets a webhook address, calendar ID, event ID, and a string (EventPrefix) to combine them all into an URL so I can use to pass data to Integromat for an automation. The URL should comply with the following syntax (unless I'm…
7ka2
  • 35
  • 3
1
vote
1 answer

How to convert Unix Time to Human Readable in Integromat?

My preceding module in Integromat gives me an expiration date in UNIX time, which is 1640930400. When I use the FormatDate function to convert this, I'm getting 12/31/1969 when I was expecting to get 12/31/2021. I can't seem to figure out what I'm…
Burner918
  • 77
  • 1
  • 8
1
vote
3 answers

Integromat Scenario: One-shot module after iterating through a loop

I have created a scenario where I iterate through multiple modules with an array of data. This works fine. After this completes, I want to run a module once before the scenario completes. How do I add a module that won't get called in the loop?
Luke Allison
  • 3,118
  • 3
  • 24
  • 40
1
vote
1 answer

How to make dynamic input parameters based on another query response in an Integromat app?

I am implementing an API that has an endpoint which returns a list of custom fields for objects such as company, lead, etc. When creating a lead, the user should be able to enter custom fields alongside the hardcoded ones. How can this be done…
1
vote
1 answer

Nested fields of a select parameter in custom Integromat app

I have an API endpoint that can receive an object's ID or name, but not both. I'm trying to make nesting within the select parameter. When I use the code below, in the scenario, the nested fields don't appear. Am I missing something? [ { …
Volodymyr
  • 17
  • 3
1
vote
0 answers

Cannot access response header data in my custom Integromat app

I need to extract a part of a header field from the response. I used the debug() function to see what the data looks like. For some reason, this error always pops up: `Cannot read property 'content-disposition' of undefined` What am I doing…
1
vote
1 answer

Interface for file in custom Integromat app

If a module should output a file with binary data, what should its interface look like so that the file can be mapped correctly in other modules in a scenario?
1
vote
1 answer

How to debug IML functions in custom Integromat apps?

I know that it is possible to write tests for IML functions using the VS Code plugin but couldn't find anything similar to console.log. Is logging available in IML functions?
romulus07
  • 13
  • 2
1
vote
1 answer

Can not change metadata of my custom Integromat app which is in testing by Integromat

My app in testing and i must change color of logo (theme). It is possible? I do not see the button to edit metadata.
1
2
3
11 12