I have simple tables of data to work with in an App, as a non-coder! The first column (1) is a GUID generated by the app, thats only used very occasionally. Second column (2) is a visible identifier seen by users and is context specific.
For a controls data table example: Column 2 (named Control ID) , Row 1 = ‘Con 01’
Column 2 (named Control ID) , Row 2 = ‘Con 02’
Column 2 (named Control ID) , Row 3 = ‘Con 03’
For a risks data table example: Column 2 (named Risk ID) , Row 1 = 'Ris01
Column 2 (named Risk ID) , Row 2 = 'Ris 03
Column 2 (named Risk ID) , Row 3 = 'Ris 03
These visible IDs should generate as the data tables are opened for new entries to be added to the table.
Any suggestions for how to do this?
thanks