Hi,
I need to format a date with moment().format that is inserted through a form. In the form the value is brought in through the User profile data.
Within this Fliplet.User.getCachedSession().then(function(session) I set the variable variable = moment(user[‘LastHireDate’]).format(‘LL’); if I console log this I see the correct format of the date, but I am having trouble inserting this value into the data source/form. I’ve tried using the Fliplet.FormBuilder but the result in the data source is either blank or todays date.