Struggling with mapping an item from array

Welcome to the Make community!

The date_created value of 1718290069725 would change everytime the scenario runs with different data, so you can’t map the date.

For your current mapping,

{{map(1.payload.custom_fields; “id”; “date_created”; 1718290069725)}}

This means: Get the id where date_created is equal to exactly 1718290069725

Perhaps you want to map the name instead?

{{map(1.payload.custom_fields; “date_created”; “name”; "ChatGPT Request")}}

Then, the result will be an array. To get the value from the array, you can use the built-in function first.

For more information, see Mapping with arrays link below

Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

2 Likes