13 answers
Hi Sumit,
This is Quite confusing.First of all I would like to tell you that, You can not Use ID as you have written above. It means you are trying to reference id of Question__c type record but your ID value is of a lead type record (they always starts with 00Q). Hence it is giving you invalid ID value Error.
Now for the other issue. Please go to the fields page of Question__c. Check The API name Of LeadID. use that name as apiname=Current_lead_Id.
this will solve all the issues I guess. Or please share a snapshot of fields of Question__c.I will be happy to help.RegardsAbhilash Mishra