Hi Team,
Canvas app added a dataverse table lead and contact.created custom page in this custom show the selected lead and account GUID.
Lead and account added button using js code passed the custom page.
When user select lead and click on button custom page will open in this show selected lead guid will be apper.
How can get selected record GUID.
I used below formula in canvas App onstart =
Set(varCurrentRecordID,Substitute(Substitute(Param("recordId"),"{",""),"}",""));
but unable to get the guid please provide correct formula my requirement.
Thanks in advance for quick response....!