Blueprint does not open

Hi Everyone,

I am new in make and try to follow the courses to get a hand on it.

As I am at the Unit 2 - Different types of modules - search : the exercise is to download the blueprint which is supposed to over wright an old one.

The situation here is that I cannot import it on make, I succeed in downloading the zip but then it doesn’t open…

Did that happened to anyone ? Is it a bug from make or else ?

Thank you so much for your help !

Hello @Maryam_Khatir,
Once you’ve downloaded the zip version, you need to unzip it and get the JSON file out and onto your hard drive. Then, in Make, you can import that JSON file into a scenario.

Thank you for your answer !

Unfortunately, that’s exactly when nothing happen… I unzip it, it shows the JSON file in my download but not in the “import” section in Make …

And it seems like I can’t find an other way to import it ( tried to slide it from my downloads to make but nop )

Down on the bottom of the scenario canvas you click the three dots, then Import Blueprint.

Thanks a lot but I tried that already… That’s why I was wandering if there was a bug with that file or else…

I apologize I didn’t realize it was an issue with the file.
I can confirm the file is good as I was able to import it just now.

Try pasting this text directly in your scenario and see if it works:

Code

{
“subflows”: [
{
“flow”: [
{
“id”: 1,
“module”: “weather:ActionGetCurrentWeather”,
“version”: 1,
“parameters”: {},
“mapper”: {
“city”: “London, UK”,
“type”: “name”
},
“metadata”: {
“designer”: {
“x”: 0,
“y”: 150
},
“restore”: {
“expect”: {
“type”: {
“label”: “cities”
}
}
},
“expect”: [
{
“name”: “type”,
“type”: “select”,
“label”: “I want to enter a location by”,
“required”: true,
“validate”: {
“enum”: [
“name”,
“coords”
]
}
},
{
“name”: “city”,
“type”: “text”,
“label”: “City”,
“required”: true
}
]
}
},
{
“id”: 22,
“module”: “google-sheets:addRow”,
“version”: 2,
“parameters”: {
IMTCONN”: 821060
},
“mapper”: {
“from”: “drive”,
“mode”: “select”,
“values”: {
“0”: “{{1.sunrise}}”,
“1”: “{{1.temperature}}”,
“2”: “{{1.name}}”,
“3”: “{{1.description}}”
},
“sheetId”: “Make Basics”,
“spreadsheetId”: “/”,
“includesHeaders”: true,
“insertDataOption”: “INSERT_ROWS”,
“valueInputOption”: “USER_ENTERED”,
“insertUnformatted”: false
},
“metadata”: {
“designer”: {
“x”: 300,
“y”: 150
},
“restore”: {
“expect”: {
“from”: {
“label”: “My Drive”
},
“mode”: {
“label”: “Select by path”
},
“sheetId”: {
“label”: “Make Basics”
},
“spreadsheetId”: {
“path”: [
“Make Basics Use Case”
]
},
“includesHeaders”: {
“label”: “Yes”,
“nested”: [
{
“name”: “values”,
“spec”: [
{
“name”: “0”,
“type”: “text”,
“label”: “Date (A)”
},
{
“name”: “1”,
“type”: “text”,
“label”: “Temperature (B)”
},
{
“name”: “2”,
“type”: “text”,
“label”: “Status (C)”
},
{
“name”: “3”,
“type”: “text”,
“label”: “Description (D)”
},
{
“name”: “4”,
“type”: “text”,
“label”: “Suggestion (E)”
},
{
“name”: “5”,
“type”: “text”,
“label”: “(F)”
},
{
“name”: “6”,
“type”: “text”,
“label”: “(G)”
},
{
“name”: “7”,
“type”: “text”,
“label”: “(H)”
},
{
“name”: “8”,
“type”: “text”,
“label”: “(I)”
},
{
“name”: “9”,
“type”: “text”,
“label”: “(J)”
},
{
“name”: “10”,
“type”: “text”,
“label”: “(K)”
},
{
“name”: “11”,
“type”: “text”,
“label”: “(L)”
},
{
“name”: “12”,
“type”: “text”,
“label”: “(M)”
},
{
“name”: “13”,
“type”: “text”,
“label”: “(N)”
},
{
“name”: “14”,
“type”: “text”,
“label”: “(O)”
},
{
“name”: “15”,
“type”: “text”,
“label”: “(P)”
},
{
“name”: “16”,
“type”: “text”,
“label”: “(Q)”
},
{
“name”: “17”,
“type”: “text”,
“label”: “(R)”
},
{
“name”: “18”,
“type”: “text”,
“label”: “(S)”
},
{
“name”: “19”,
“type”: “text”,
“label”: “(T)”
},
{
“name”: “20”,
“type”: “text”,
“label”: “(U)”
},
{
“name”: “21”,
“type”: “text”,
“label”: “(V)”
},
{
“name”: “22”,
“type”: “text”,
“label”: “(W)”
},
{
“name”: “23”,
“type”: “text”,
“label”: “(X)”
},
{
“name”: “24”,
“type”: “text”,
“label”: “(Y)”
},
{
“name”: “25”,
“type”: “text”,
“label”: “(Z)”
}
],
“type”: “collection”,
“label”: “Values”
}
]
},
“insertDataOption”: {
“mode”: “chose”,
“label”: “Insert rows”
},
“valueInputOption”: {
“mode”: “chose”,
“label”: “User entered”
},
“insertUnformatted”: {
“mode”: “chose”
}
},
“parameters”: {
IMTCONN”: {
“data”: {
“scoped”: “true”,
“connection”: “google”
},
“label”: “”
}
}
},
“parameters”: [
{
“name”: “IMTCONN”,
“type”: “account:google”,
“label”: “Connection”,
“required”: true
}
],
“expect”: [
{
“name”: “mode”,
“type”: “select”,
“label”: “Choose a Method”,
“required”: true,
“validate”: {
“enum”: [
“select”,
“fromAll”,
“map”
]
}
},
{
“name”: “insertUnformatted”,
“type”: “boolean”,
“label”: “Unformatted”,
“required”: true
},
{
“name”: “valueInputOption”,
“type”: “select”,
“label”: “Value input option”,
“validate”: {
“enum”: [
“USER_ENTERED”,
“RAW”
]
}
},
{
“name”: “insertDataOption”,
“type”: “select”,
“label”: “Insert data option”,
“validate”: {
“enum”: [
“INSERT_ROWS”,
“OVERWRITE”
]
}
},
{
“name”: “from”,
“type”: “select”,
“label”: “Choose a Drive”,
“required”: true,
“validate”: {
“enum”: [
“drive”,
“share”,
“team”
]
}
},
{
“name”: “spreadsheetId”,
“type”: “file”,
“label”: “Spreadsheet ID”,
“required”: true
},
{
“name”: “sheetId”,
“type”: “select”,
“label”: “Sheet Name”,
“required”: true
},
{
“name”: “includesHeaders”,
“type”: “select”,
“label”: “Table contains headers”,
“required”: true,
“validate”: {
“enum”: [
true,
false
]
}
},
{
“name”: “values”,
“spec”: [
{
“name”: “0”,
“type”: “text”,
“label”: “Date (A)”
},
{
“name”: “1”,
“type”: “text”,
“label”: “Temperature (B)”
},
{
“name”: “2”,
“type”: “text”,
“label”: “Status (C)”
},
{
“name”: “3”,
“type”: “text”,
“label”: “Description (D)”
},
{
“name”: “4”,
“type”: “text”,
“label”: “Suggestion (E)”
},
{
“name”: “5”,
“type”: “text”,
“label”: “(F)”
},
{
“name”: “6”,
“type”: “text”,
“label”: “(G)”
},
{
“name”: “7”,
“type”: “text”,
“label”: “(H)”
},
{
“name”: “8”,
“type”: “text”,
“label”: “(I)”
},
{
“name”: “9”,
“type”: “text”,
“label”: “(J)”
},
{
“name”: “10”,
“type”: “text”,
“label”: “(K)”
},
{
“name”: “11”,
“type”: “text”,
“label”: “(L)”
},
{
“name”: “12”,
“type”: “text”,
“label”: “(M)”
},
{
“name”: “13”,
“type”: “text”,
“label”: “(N)”
},
{
“name”: “14”,
“type”: “text”,
“label”: “(O)”
},
{
“name”: “15”,
“type”: “text”,
“label”: “(P)”
},
{
“name”: “16”,
“type”: “text”,
“label”: “(Q)”
},
{
“name”: “17”,
“type”: “text”,
“label”: “(R)”
},
{
“name”: “18”,
“type”: “text”,
“label”: “(S)”
},
{
“name”: “19”,
“type”: “text”,
“label”: “(T)”
},
{
“name”: “20”,
“type”: “text”,
“label”: “(U)”
},
{
“name”: “21”,
“type”: “text”,
“label”: “(V)”
},
{
“name”: “22”,
“type”: “text”,
“label”: “(W)”
},
{
“name”: “23”,
“type”: “text”,
“label”: “(X)”
},
{
“name”: “24”,
“type”: “text”,
“label”: “(Y)”
},
{
“name”: “25”,
“type”: “text”,
“label”: “(Z)”
}
],
“type”: “collection”,
“label”: “Values”
}
]
}
},
{
“id”: 2029,
“module”: “builtin:BasicRouter”,
“version”: 1,
“mapper”: null,
“metadata”: {
“designer”: {
“x”: 600,
“y”: 150
}
},
“routes”:
}
]
}
],
“metadata”: {
“version”: 1
}
}

1 Like

Thank you for your time Donald ! I’ll try to find why it’s not working on mine then