Craig Carsley I just ran into the exact same issue when setting up an immediate calculation rule to populate an ID field with a database sequence. I was able to resolve by fully qualifying the sequence name with the object owner. The Arcade expression should look like: NextSequenceValue('OWNER.SEQUENCE_NAME')
... View more