Could not display interface. Please check definition and inputs.
Hii,
I am getting this error while executing saveinto
Could not display interface. Please check definition and inputs.
Interface Definition: Expression evaluation error at function a!forEach [line 139]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!paragraphField [line 153]: Invalid index type: Record field uuid: 2a1bfc02-84a2-4226-8519-1a87a180881c Record type uuid: b5dd0e17-b6cf-431f-a6b1-27d0db4b17da Relationship path: [407e0837-118e-4386-9d0f-db23d7df12ba]
rows: a!forEach(
items: local!section1,
expression: a!gridRowLayout(
id: fv!index,
contents: {
a!textField(value: fv!item, readOnly: true()),
a!radioButtonField(
label: "",
choiceLabels: { "Yes", "No" },
choiceValues: { 1, 0 },
/*value: fv!item['recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.relationships.{407e0837-118e-4386-9d0f-db23d7df12ba}gaiAppReview.fields.{899275d5-d9e3-4030-9291-883eaf45d2c6}reviewerAnswerBool'],*/
/*saveInto: fv!item['recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.relationships.{407e0837-118e-4386-9d0f-db23d7df12ba}gaiAppReview.fields.{899275d5-d9e3-4030-9291-883eaf45d2c6}reviewerAnswerBool'],*/
choiceLayout: "COMPACT"
),
a!paragraphField(
value: fv!item['recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.relationships.{407e0837-118e-4386-9d0f-db23d7df12ba}gaiAppReview.fields.{2a1bfc02-84a2-4226-8519-1a87a180881c}reviewerComment'],
saveInto: fv!item['recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.relationships.{407e0837-118e-4386-9d0f-db23d7df12ba}gaiAppReview.fields.{2a1bfc02-84a2-4226-8519-1a87a180881c}reviewerComment'],
characterLimit: 500
