Do the Orderindex numbers reset?

I have an automation that posts on Instagram and filters my Instagram accounts based on an order index number received from a ClickUp webhook. However, this morning I noticed that it posted to the wrong Instagram account. So, I started investigating the error, and when I checked the input bundles, I saw that the order had changed! Is this a normal thing to happen? How can I prevent this type of problem?

Hey Carlos,

what order are you talking about? Can you share screenshots of the scenario, the module setup and the input/output bundles in question?

Are you checking the page based on a ClickUp dropdown field? And, if so, have you rearranged the field recently?

Sure! As you can see, I have a dropdown list with some Instagram names that I use to filter my automation. I was using the order index for this, and someone in the community suggested filtering based on this order index information.


Yeah filtering based on the order index is the correct way. But if the order index has indeed changed → this means someone rearranged the dropdown field in ClickUp.

So you will need to readjust your filters in Make to match the new order.

If rearranging the field is something that might happen again in the future, you can look into using a map() formula applied on the custom fields original array instead and use it to find the actual value of the dropdown.

1 Like

Do you know if it is actually possible to choose a fixed number in this order?