Hi, I have an Api call that returns two custom fields. I need to filter on custom field 1 as seen in image:
But when I open the filters window, I can only see custom filed 2 to filter on:
Why is custom field 1 not available to filter on?
Thanks!
Mike
Hey @Mike_Gallucci
The custom field 1 not available because it is a array either you have iterate the array using Array aggregator or you have to use Get Map Functions to get it.
2 Likes
Welcome to the Make community!
You can use the built-in functions map
and get
(or first
) to access variables within an array.
e.g.:
{{ first(map(9.custom_field; "DefinitionId"; "Stringvalue"; "Awaiting Fufillment")) }}
For more information, see the function documentation in the Help Center, and complete the Make Academy as it is explained in further detail there.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too β
Getting Started
Help Centre Basics
Articles & Videos
Hope this helps! Let me know if there are any further questions or issues.
β @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.