=load( with( a!formLayout( label: "Risk & Opportunity R"&ri!release&" upload excel file", firstColumnContents: { if(ri!error=true, {}, a!textField( value: "The file that you have uploaded contains some null cells. All the field of the ecel are mandatory. Please correct the excel and upload it again", readOnly: true ) ), a!fileUploadField( value: ri!document, saveInto: ri!document ) }, buttons: a!buttonLayout( primaryButtons: {a!buttonWidgetSubmit( label: "Submit", style: "PRIMARY", value: false, saveInto: ri!cancel ) }, secondaryButtons: {a!buttonWidgetSubmit( label: "Cancel", style: "DESTRUCTIVE", value: true, saveInto: ri!cancel )} ) ) ) )