What are you trying to achieve?
I’m trying to practice the sort ( ) array function in the Make Academy Course practice. For some reason, I am getting errors when I hit run once as seen in the attachment. I’d appreciate a guide on how to resolve this.
Thanks in advance.
Steps taken so far
I have tried to type the raw name manually but I’m still getting the error.
Screenshots: scenario setup, module configuration, errors
Can you share the input and output bundles
Thank you for your response.
Here is the input bundles: {
“shopping_basket”: {
“date”: “2023-06-07T10:45:26.894Z”,
“items”: [
{
“item_name”: “Summer hat”,
“item_price”: 25,
“item_color”: “Brown”
},
{
“item_name”: “Basic T-shirt”,
“item_price”: 15,
“item_color”: “White”
},
{
“item_name”: “T-shirt with print”,
“item_price”: 20,
“item_color”: “Black”
},
{
“item_name”: “Leather boots”,
“item_price”: 70,
“item_color”: “Dark brown”
},
{
“item_name”: “Sports socks”,
“item_price”: 9,
“item_color”: “Black”
},
{
“item_name”: “Socks with logo”,
“item_price”: 8,
“item_color”: “White”
}
],
“order_id”: “order-123”,
“total_price”: 145
}
}
Here’s the output bundles:
Thank you.
Welcome to the Make community!
You have not yet provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any error(s).
To allow others to assist you with your scenario, please provide the following:
1. Relevant Screenshots
Could you please share screenshots of your full scenario? Also include screenshots of any error messages, module settings (fields), relevant filter settings (conditions), and module output bundles. We need to see what you’re working with to give you the best advice.
You can upload images here using the Upload icon in the text editor:

2. Scenario Blueprint
Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!
To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.
You can upload the file here by clicking on this button:

Sharing these details will make it easier for others to assist you.
1 Like
Thanks for the feedback.
Unfortunately, I’m unable to find the scenario anymore. I think I might have deleted it. Your points are noted for subsequent request for support.