IDN Sequential ID creation

I’d suggest a cloud rule, but keep in mind this will be multi-threaded so if you’re expecting multiple accounts at a single time then you’ll likely get duplicated values or failed account creation based on the duplicate.

The alternative is using an additional JDBC source with a backend database that provides table level locking which can then generate a guaranteed unique value which can then be used in another source.