function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vidhya K 14Vidhya K 14 

Formula Expression is required on the action attributes - VF error

Hi,

I'm trying to invoke an apex class from VF page. It is invoked properly and Docusign envelope is created as well. However I'm getting this error in the UI. Formula Expression is required on the action attributes. Below is the VF page. Can anyone help to fix it.
<apex:page controller="Docusign" action="{!createAndSendEnvelope}">
</apex:page>
Regards,
Vidhyalakshmi