Page 1 of 1

Download 'createdat' variable from user collection

Posted: Fri Jan 19, 2018 1:04 am
by kabrams

I need to make changes in my user data collection based on the date of user signup. When I download .csv file, the 'createdat' variable is not a part of the dataset. How do I get that variable into my exported .csv file?


Download 'createdat' variable from user collection

Posted: Fri Jan 19, 2018 1:50 am
by kabrams

I've already read all the online documentation for the past 4hrs. Please do not point me to documentation. This is an emergency. If this is possible, please tell me how.


Download 'createdat' variable from user collection

Posted: Fri Jan 19, 2018 12:54 pm
by Illya Stepanov

Hello -

The "_createdAt" field is a database system field and is not included into an exported data set. As a workaround, you can copy this field value into any additional custom database field and in this case, it will be included in exporting set.


Download 'createdat' variable from user collection

Posted: Sat Jan 20, 2018 3:37 am
by kabrams

ok thanks, I'll try that