I'm struggling with finding the correct answer for incrementally increasing unique ids. I'm creating a database to create a content database inside Notion.
I want to create something similar to this video - https://youtu.be/60d1yusIadc - in Airtable they can create a function and concat that with an auto number. I left a pic of where I'm currently at with the code, but there should be a simpler way to do this functionally.
Current Notion code - "C " + slice(id(), 0, 5)