Trying to create a filter to post on a specifc instagram using clickup

Hello, everyone! I’m trying to create a filter to guide the flow to a specific Instagram profile. The idea is that when I set the Instagram profile on my task in ClickUp, the webhook will send the information, and then Make will filter which Instagram profile I’m trying to post to. How can I do this? I’ve been trying my best but I couldn’t figure out the logic to make it work.I’ve already set up a lot of the automat



ion, I just don’t know how to filter it.

Hye there,

is it a different page you are posting on or is the connection of the instagram module different?

If the page is different, then you don’t need the router with all the paths, you can have one path with a Switch module that changes the value of the dropdown field to the ID of the page.

If the connection is different, then the second screenshot you are showing is the correct way. On each path you will need a filter that checks if the dropdown field is the specific value.

My guess at what you are struggling with is that ClickUp returns dropdown field values as the orderindex of the item and not the actual value. So in your case VEGAS will be 0, LEGENDARIOS will be 1 and so on.

How can I split this Order index to know exactly what each value is?

Its how they appear in the list - first item is 0, second is 1 and so on.

You can also see them in Make if you use the List All Accessible Custom fields module, find the corresponding custom field and from there you can see what the order index of each item is.

1 Like

I’m trying to filter it like this, but it doesn’t work :frowning:

In this case you need to map the value found in Custom fields, not in custom fields [original].

The thing is, I couldn’t find the same path in the custom fields, so I can’t solve my problem :confused:

It is this one here, no?

1 Like

I think i was tired XD, thx for the help

1 Like