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 | Tutorials
- Make Academy – learn Make and get your certificate ← CHECK THIS OUT
- Make Blog – get the latest updates
- Features & Pricing
Help Center Basics
- Mapping – What is mapping? What can I map? ← CHECK THIS OUT
- Mapping with arrays – How to map items in an array ← CHECK THIS OUT
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
samliew – request private consultation
Join the unofficial Make Discord server to chat with us!