Advanced Stuff 0:47 video
How to load record IDs in an application
Load the current record ID into a SpreadsheetWeb application so formulas, events, or integrations can identify the saved database entry.
To load record IDs in an application;
- Add =SpreadsheetWebRecordInfo(”ID”) named range to your workbook.
- Go to User Interface module.
- Add a textbox control and bind the named range to it
- Finally, publish your application.