Creator 5 - Edit Record based on Record-ID
What URL pattern can I use in Creator 5 to open a form and edit a specific record using the record ID?
I have a list report with an onClick function. OnClick executes a deluge script to open a stateless form using the selected record's ID. Example code is below. All of the variables correctly populate. However, I cannot figure out the correct URL pattern for 'Editing Records via Record-ID.' The form will open, but it is always blank and it does not reference the record.
- openurl("https://app.zohocreator.com/" + zoho.adminuser + "/" + zoho.appname + "/Record_Test1/record-edit/hn/" + input.ID + "/","same window");
I am using Creator 5. I have tried many different adaptations of the URL patterns referenced in the
Editing Records via Record-ID topic. I have also tried combinations of URL patterns from the
Functionality based URLs help file. Both of these are from the old help docs. I cannot find similar instructions in the new help documentation.
Any help would be appreciated.