What are the VolumeID and NodeID parameters in the new form API? Posted by SCorUser8 (Heying, Glenn J) on 04/22/2003 04:35 PM I've tried using the current workflow ID for the volumeID and the formID (1) for the nodeID, but returns with a failure error code. Has anyone used the GetFormInfo() method in the new form API?I'm calling it like this...int iWfID = 12341234;LLValue formData;formData = new LLValue();LAPI_FORMS formLAPI;formLAPI = new LAPI_FORMS(gSession);formLAPI.GetFormInfo(iWfID, 1, formData);