Hi!
Thanks for reaching out to us and for sharing your feedback.
Unfortunately, currently, it isn't possible to return data in the format you described.
But we will take your request into our account when working on further updates.
Best regards,
Hello,
is there any news about to formatting timestamps?
Thanks, Alex
In the DIY app's no-code version, you can format a date from a JSON string by extracting the relevant parts year, month, and day using string manipulation. Split the date string at the T to isolate the date portion, and then rearrange it to the desired format dd/MM/yyyy by concatenating the day, month, and year.
If you're familiar with scripting languages like JavaScript or Python, you can write a custom script to fetch the JSON data, parse the date, and format it as desired. You can then integrate this script into your DIY app using a web hook or other integration methods.
Kilvearn
1 person has this question