Questions tagged [integromat-apps]

Integromat Apps are connectors to 3rd-party services on the Integromat platform. Use this tag for questions regarding developing an app on Integromat.

69 questions
4
votes
0 answers

Using CustomJS in Make / Instomat

I'm experimenting with the CustomJS module inside of Make (was integromat). It appears to be quite counterintuitive. If I set the input to look like this: input = {"json": {"items": [{"item1":"fdafd","SKU":"SKU1"},{"item2":"fdafd","SKU":"SKU3"}],…
monkey
  • 1,213
  • 2
  • 13
  • 35
3
votes
1 answer

Integromat and google verification

Good afternoon! I want to confirm the integromat app in the Google app to upload my own files to Google Drive. Moved to the moderation stage, but the message "Comply with domain verification requirements"appears. Tell me, how did you solve the…
2
votes
1 answer

Integromat - Save Google Doc to Airtable Attachment Field

I am trying to use Integromat to save a Google Doc to an Airtable attachment field. The problem is that the Airtable "Update a Record" module expects a "File URL" value which I am unsure how to get. I tried choose the "Export Links: Application PDF"…
Alex N
  • 31
  • 3
2
votes
1 answer

Integromat/Make: Rename Google Sheet (individual sheet vs entire spreadsheet)

I'm working with Integromat (now Make) and am wanting to rename an individual sheet in a Google Spreadsheet. How can I do this? Integromat has a number of similar/related options for Google Sheets: Create a Spreadsheet Add a Sheet But neither…
Luke
  • 4,825
  • 2
  • 30
  • 37
2
votes
2 answers

Integromat - Dynamically render spec of a collection from an rpc

I am trying to dynamically render a spec (Specification) of a collection from an RPC. Can't get it to work. Here I have attached the code of both 'module->mappable parameters' and the 'remote procedure->communication' here. module -> mappable…
A.R Naseef
  • 2,550
  • 3
  • 12
  • 14
2
votes
1 answer

How to combine many records value into one record

As you can see from the below picture I was able to combine two deals (blocked red) but the output should have one result instead of two. If anyone has any solutions on this please advise. The red blocked component has more than one record, each…
shamim
  • 6,640
  • 20
  • 85
  • 151
2
votes
2 answers

How to upload files in my custom Integromat app?

I am implementing an API that supports image upload. How to pass an image into an Integromat module and send it to the server?
2
votes
1 answer

Creating RPC through intergromat apps returns 404

I am trying to create an RPC that lists departments in a service. However, the endpoint for listing all departments returns an HTTP 404 error if no departments exist. It seems that the 'valid' directive does not work when the status code is greater…
Klark
  • 8,162
  • 3
  • 37
  • 61
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
vote
1 answer

How to write parameter name with space in it? Custom Integromat apps

Api sends me a response with "Joined at" parameter, and I cant do anything with it because of the space " ", but that paramter is vital for one trigger in my Integromat app. "trigger": { "id": "{{item.id}}", "date": "{{item.attributes.Joined…
1
2 3 4 5