[Error] Error: Missing required attribute name in <flow:interview> in FlowPage at line 7 column 19
답변 6개
Replace it with the following (again copy paste):
<apex:page>
<flow:interview name = "New_Customer_Flow" />
</apex:page>
Those double quotes came in funky when I copy pasted them from my machine hence the syntax error.