Post Request body with Variables

i am trying to make a post request to a the ME-QR API, anytime i make the request with just texts, it works, but whenever i make it with make.com variables, it fails . i dont know what to do to stop it from failing

this is an example of the post request that works
{
“token”: “d17223a5b0c63d8a2278a8b9772ff31c5d38d35133eb3d90f8476f496c88d3d8”,
“qrType”: 15,
“title”: “QR Code”,
“service”: “api”,
“format”: “png”,
“qrOptions”: {
“size”: 300,
“pattern”: “square”,
“patternColor”: “#000000”,
“patternBackground”: “#ffffff”,
“cornetsInterior”: “square”,
“cornetsInteriorColor”: “#000000”,
“cornetsOuter”: “square”,
“cornetsOuterColor”: “#000000”,
“logotype”: null,
“logotypeSize”: 0.3,
“logotypeHideBackground”: true,
“logotypeMargin”: 0
},
“qrFieldsData”: {
“text”: “Facebook Email: Ojuutichael@gmail.com
Facebook Password: mickeymou
DOB: 11/16/2023
Star Sign: Aquarius (January 20 - February 18)
Facebook Auth Code: 12345
Gmail Email: Christvfreelance@gmail.com
Gmail Password: werty
Gmail Recovery Email: Ojuutchael@gmail.com
}
}

the difference between this and the other one is that the other one has it values as variables, i mean the text values

Welcome to the Make community!

We can’t see your module mapped variables, could you provide the following?

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

Following these steps will allow others to assist you here. Thanks!

2 Likes

Okay i will do that now
QR Code automation.json (180.8 KB)







the http module marked upload credentials that is connected is the one with the variable values, and the one that doesnnt work, whilst the one that isnt connected is the one with the text values that works ,i am trying to make the ocnnected one work

You are saying this module [37] fails? Are there any error messages you can share?

You can refer to the previous failed scenario executions by clicking the History tab on the top left, under the scenario name. This will allow you to inspect the failed modules error messages.

2 Likes

so the thing is module 37 works when i try it out on its own like using the make.com “Run this module only function” but the instant i try to run it with the full automation, it fails

when it is run on its own

when it is run with the automation

here is a link to the platfor api doc i am making the request to
https://me-qr.com/api/doc

if you can figure out what is wrong i will be so grateful

Please help me out, i sent a reply since but no answer

What is the input bundle for your failing module?

This should be compared to the input bundle of your test module below.

2 Likes

The test module has no input i run it on its own without any varuable, the failing module however has its variables gotten from Airtable

Yes, can you show (a redacted version of) your input bundle screenshot or download the input bundle and paste it here?

2 Likes

Okay, one minute