Solved
How to convert a date to another format within a record?
I am trying to change the date format of all values of a colum, and I do not understand the error message I am receiving:
a!gridColumn(
label: "Deadline",
sortField: 'recordType!{foo299792458}Step.fields.{timeGoal}timeGoal',
value: a!richTextDisplayField(
value: {
a!richTextItem(
text: {
text(fv!row['recordType!{foo299792458}Step.fields.{timeGoal}timeGoal'],"yyyy/MM/dd")
},
color: if(fv!row['recordType!{foo299792458}Step.fields.{timeGoal}timeGoal']
The error reads:
