Increment values in a column of data by 1

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

The below might help:

1 Like

Most useful, thank you. Realise now the limitations I have in the App platform to add relationships and such. I’m on a long learning curve!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.