Make.com mappable parameters dropdown

How can we make a dropdown on make.com
{
“name”: “messages”,
“type”: “array”,
“required”: true,
“label”: “Messages”,
“help”: “Array of message objects”,
“spec”: [
{
“name”: “role”,
“type”: “text”,
“required”: true,
“label”: “Role”,
“help”: “Choose one role : system , user , assistant”

		},
		{
		"name": "content",
		"type": "text",
		"required": true,
		"label": "Content"
		}
	]
	}

I want to add dropdown to role in messages , i tried options but it did not work

Could you add some context to your question? In which module do you want to add a dropdown? Could you share a screenshot of your scenario?

I finished it bro . I wanted to add role , like user system and so on , i added type select and array of objects to options

As it appears that you are asking about building a custom app, I’ve moved your question to the Custom Apps category.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

3 Likes

@Samandar_Jumanov,

If you want to create a dropdown, you use the ‘select’ type parameter:

Cheers,
Henk

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.