Forum Academy Marketplace Showcase Pricing Features

Convert Unix time to Date format inside a repeating group

I populate a repeating group from an API call. Dates come in UNIX format.

How can I convert unix to date inside each cell? I’m testing a unix to date plugin, but even embedding the plugin element inside each RG cell doesn’t work, it only converters one of the dates, not all.

Any ideas would be appreaciated.

You can just create an arbitrary date of 1st Jan 1970 - then add the seconds based on the Unix timestamp.

2 Likes

That’s such a simple solution, so great. Thank!

in API Connector, when you select the type for each key, you can select date (unix). However, this doesn’t always work correctly.

2 Likes